mess822x 1.24
mess822x
Loading...
Searching...
No Matches
iftocc.c File Reference
#include "buffer.h"
#include "getln.h"
#include "mess822.h"
#include "case.h"
#include "env.h"
#include "exit.h"
#include "logmsg.h"
Include dependency graph for iftocc.c:

Go to the source code of this file.

Macros

#define WHO   "iftocc"

Functions

int main (int argc, char **argv)

Variables

stralloc addrlist = {0}
mess822_header h = MESS822_HEADER
mess822_action a []
stralloc line = {0}
int match
char * recipient = 0
char ** recips = {0}

Macro Definition Documentation

◆ WHO

#define WHO   "iftocc"

Definition at line 9 of file iftocc.c.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 42 of file iftocc.c.

Here is the call graph for this function:

Variable Documentation

◆ a

Initial value:
= {
{ "to", 0, 0, 0, &addrlist, 0, 0 }
, { "cc", 0, 0, 0, &addrlist, 0, 0 }
, { 0, 0, 0, 0, 0, 0, 0 }
}
stralloc addrlist
Definition addrlist.c:28

Definition at line 19 of file iftocc.c.

◆ addrlist

stralloc addrlist = {0}

Definition at line 16 of file iftocc.c.

◆ h

Definition at line 18 of file iftocc.c.

◆ line

stralloc line = {0}

Definition at line 25 of file iftocc.c.

◆ match

int match

Definition at line 26 of file iftocc.c.

◆ recipient

char* recipient = 0

Definition at line 28 of file iftocc.c.

◆ recips

char** recips = {0}

Definition at line 29 of file iftocc.c.