command.h 159 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #ifndef _MY_IMAP_COMMAND #define _MY_IMAP_COMMAND #include "imap_types.h" Command *parse_command(char *string); void free_command(Command *command); #endif