|
mess822x 1.25
mess822x
|
#include "buffer.h"#include "logmsg.h"#include "getln.h"#include "mess822.h"#include "case.h"#include "exit.h"#include "str.h"
Go to the source code of this file.
Macros | |
| #define | WHO "822field" |
Functions | |
| int | header_decode (stralloc *header) |
| int | main (int argc, char **argv) |
Variables | |
| int | flag |
| stralloc | value = {0} |
| mess822_header | h = MESS822_HEADER |
| mess822_action | a [] |
| stralloc | line = {0} |
| int | match |
| #define WHO "822field" |
Definition at line 9 of file 822field.c.
| int header_decode | ( | stralloc * | header | ) |
Definition at line 32 of file 822field.c.


| int main | ( | int | argc, |
| char ** | argv ) |
| mess822_action a[] |
Definition at line 20 of file 822field.c.
| int flag |
Definition at line 16 of file 822field.c.
Definition at line 19 of file 822field.c.
| stralloc line = {0} |
Definition at line 25 of file 822field.c.
| int match |
Definition at line 26 of file 822field.c.
| stralloc value = {0} |
Definition at line 17 of file 822field.c.