capability.h 126 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef _MY_IMAP_CAPABILITY #define _MY_IMAP_CAPABILITY #include "imap.h" STATUS imap_capability(Command *command); #endif