diff options
Diffstat (limited to '')
-rw-r--r-- | src/pop3/pop3-commands.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pop3/pop3-commands.h b/src/pop3/pop3-commands.h new file mode 100644 index 0000000..f13c8b0 --- /dev/null +++ b/src/pop3/pop3-commands.h @@ -0,0 +1,7 @@ +#ifndef POP3_COMMANDS_H +#define POP3_COMMANDS_H + +int client_command_execute(struct client *client, + const char *name, const char *args); + +#endif |