mess822x 1.23
mess822x
Loading...
Searching...
No Matches
Macros | Functions | Variables
822field.c File Reference
#include "buffer.h"
#include "logmsg.h"
#include "getln.h"
#include "mess822.h"
#include "case.h"
#include "exit.h"
#include "str.h"
Include dependency graph for 822field.c:

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
 

Macro Definition Documentation

◆ WHO

#define WHO   "822field"

Definition at line 9 of file 822field.c.

Function Documentation

◆ header_decode()

int header_decode ( stralloc *  header)

Definition at line 32 of file 822field.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 114 of file 822field.c.

Here is the call graph for this function:

Variable Documentation

◆ a

Initial value:
= {
{ "subject", &flag, 0, &value, 0, 0, 0 }
, { 0, 0, 0, 0, 0, 0, 0 }
}
stralloc value
Definition: 822field.c:17
int flag
Definition: 822field.c:16

Definition at line 20 of file 822field.c.

◆ flag

int flag

Definition at line 16 of file 822field.c.

◆ h

Definition at line 19 of file 822field.c.

◆ line

stralloc line = {0}

Definition at line 25 of file 822field.c.

◆ match

int match

Definition at line 26 of file 822field.c.

◆ value

stralloc value = {0}

Definition at line 17 of file 822field.c.