#include "ack.h"
#include <glib.h>
#include <stdbool.h>
Go to the source code of this file.
Enumerations | |
enum | command_return { COMMAND_RETURN_ERROR = -1, COMMAND_RETURN_OK = 0, COMMAND_RETURN_KILL = 10, COMMAND_RETURN_CLOSE = 20 } |
Functions | |
void | command_init (void) |
void | command_finish (void) |
enum command_return | command_process_list (struct client *client, bool list_ok, GSList *list) |
enum command_return | command_process (struct client *client, char *commandString) |
void | command_success (struct client *client) |
enum command_return |
void command_finish | ( | void | ) |
void command_init | ( | void | ) |
enum command_return command_process | ( | struct client * | client, | |
char * | commandString | |||
) |
enum command_return command_process_list | ( | struct client * | client, | |
bool | list_ok, | |||
GSList * | list | |||
) |
void command_success | ( | struct client * | client | ) |