1 #ifndef POP3_COMMANDS_H 2 #define POP3_COMMANDS_H 3 4 int client_command_execute(struct client *client, 5 const char *name, const char *args); 6 7 #endif 8
1 #ifndef POP3_COMMANDS_H 2 #define POP3_COMMANDS_H 3 4 int client_command_execute(struct client *client, 5 const char *name, const char *args); 6 7 #endif 8