#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "parse.h"
Go to the source code of this file.
Defines | |
#define | dprintf(x) |
Debug print. | |
Functions | |
char * | parse_getarg (parse_t *state) |
char * | parse_getallargs (parse_t *state) |
int | parse_init (parse_t *state, char *pointer) |
void | parse_cleanup (parse_t *state) |
Procedures in this module obsolete breakString. This module is used to parse services messages and services databases.
Definition in file parse.c.
|
Definition at line 60 of file parse.c. References dprintf, and state. Referenced by IpcType::alterMessage(), IpcType::alterObjMessage(), IpcType::alterRegNickMessage(), IpcType::authMessage(), IpcType::authObjMessage(), IpcType::authSysMessage(), dbWriteString(), is_sendinfo(), IpcType::logMessage(), IpcType::makeMessage(), IpcType::pollAndHandle(), IpcType::queryMessage(), IpcType::queryObjMessage(), IpcType::querySysMessage(), readChanData(), readInfoData(), readMemoData(), readNickData(), and readTriggerData(). |