imap.h 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #ifndef _MY_IMAP #define _MY_IMAP #include <stdio.h> #include <syslog.h> #include "imap_types.h" FILE *input; FILE *output; /* current server state */ STATES state; #endif