/** \file vpopmail.h \brief declaration of function for accessing vpopmail data files */ #ifndef VPOPMAIL_H #define VPOPMAIL_H #include "sstring.h" extern int vget_assign(const char *, string *); #endif