2 parse.h - General string parsing routines.
3 Copyright 1999 Jonathan McDowell for Project Purple
5 19/09/1999 - Started writing.
15 int type; /* 0 : No option.
19 4 : strll (see below) */
20 void *var; /* Variable to store option in */
23 /* Linked list class for strings to allow returning a set of strings */
29 int parseline(struct cfginf commands[], const char *commandline);
30 int str2bool(const char *buf);