Qsmtp  0.30dev
vpop.h
Go to the documentation of this file.
1 
4 #ifndef VPOP_H
5 #define VPOP_H
6 
7 struct userconf;
8 
9 extern int vget_dir(const char *, struct userconf *) __attribute__ ((nonnull (1, 2)));
10 
11 #endif
Definition: userconf.h:10
int vget_dir(const char *, struct userconf *)
query the users/cdb file for information about this domain
Definition: vpop.c:56