Qsmtp  0.30dev
cdb.h
Go to the documentation of this file.
1 
4 #ifndef CDB_H
5 #define CDB_H
6 
7 #include <sys/stat.h>
8 
9 extern const char *cdb_seekmm(int, const char *, unsigned int, char **, const struct stat *);
10 
11 #endif
const char * cdb_seekmm(int, const char *, unsigned int, char **, const struct stat *)
Definition: cdb.c:62