Mercurial > dovecot > core-2.2
view src/pop3/pop3-commands.h @ 9219:97cdfeb57129 HEAD
Renamed headers to prevent collision if they were flattened on an install.
author | Mark Washenberger |
---|---|
date | Tue, 05 May 2009 11:57:04 -0400 |
parents | |
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