#ifndef _DICT_DEBUG_H_INCLUDED_ #define _DICT_DEBUG_H_INCLUDED_ /*++ /* NAME /* dict_debug 3h /* SUMMARY /* dictionary manager interface for "debug" tables /* SYNOPSIS /* #include /* DESCRIPTION /* .nf /* * Utility library. */ #include /* * External interface. */ #define DICT_TYPE_DEBUG "debug" extern DICT *dict_debug_open(const char *, int, int); /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Richard Hansen /*--*/ #endif