src/command.h File Reference
#include "ack.h"
#include <glib.h>
#include <stdbool.h>
Go to the source code of this file.
Enumeration Type Documentation
- Enumerator:
COMMAND_RETURN_ERROR |
|
COMMAND_RETURN_OK |
|
COMMAND_RETURN_KILL |
|
COMMAND_RETURN_CLOSE |
|
Definition at line 28 of file command.h.
Function Documentation
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 |
) |
|