view src/pop3/commands.h @ 9259:ea2eed32d59e HEAD

cache file: If offset isn't 32bit aligned, assume it's corrupted.
author Timo Sirainen <tss@iki.fi>
date Sun, 26 Jul 2009 22:40:02 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef COMMANDS_H
#define COMMANDS_H

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

#endif