1 #ifndef _DYNAMICMAPS_H_INCLUDED_
2 #define _DYNAMICMAPS_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /*	dynamicmaps 3h
7 /* SUMMARY
8 /*	load dictionaries dynamically
9 /* SYNOPSIS
10 /*	#include <dynamicmaps.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /*
15   * External interface.
16   */
17 #ifdef USE_DYNAMIC_LIBS
18 
19 extern void dymap_init(const char *, const char *);
20 
21 #endif
22 /* LICENSE
23 /* .ad
24 /* .fi
25 /*	The Secure Mailer license must be distributed with this software.
26 /* AUTHOR(S)
27 /*	LaMont Jones
28 /*	Hewlett-Packard Company
29 /*	3404 Harmony Road
30 /*	Fort Collins, CO 80528, USA
31 /*
32 /*	Wietse Venema
33 /*	IBM T.J. Watson Research
34 /*	P.O. Box 704
35 /*	Yorktown Heights, NY 10598, USA
36 /*--*/
37 
38 #endif
39