view src/pop3/pop3-commands.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
parents 97cdfeb57129
children
line wrap: on
line source

#ifndef POP3_COMMANDS_H
#define POP3_COMMANDS_H

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

#endif