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