#ifndef _NBDB_CLNT_H_INCLUDED_ #define _NBDB_CLNT_H_INCLUDED_ /*++ /* NAME /* nbdb_clnt 3h /* SUMMARY /* Non-Berkeley-DB migration client /* SYNOPSIS /* #include /* DESCRIPTION /* .nf /* * Utility library. */ #include /* * Global library. */ #include extern int nbdb_clnt_request(const char *, const char *, int, int, int, VSTRING *); /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* porcupine.org /*--*/ #endif