Current File : //usr/local/include/dovecot/pop3-commands.h
#ifndef POP3_COMMANDS_H
#define POP3_COMMANDS_H

int client_command_execute(struct client *client,
			   const char *name, const char *args);

#endif