ze-filter  (ze-filter-0.8.0-develop-180218)
ze-rcpt-list.h File Reference

Go to the source code of this file.

Classes

struct  rcpt_addr_T
 

Macros

#define rcpt_count(r)   count_rcpt(r)
 
#define __ZE_RCPT_LIST_H   1
 

Typedefs

typedef struct rcpt_addr_T rcpt_addr_T
 

Functions

rcpt_addr_Trcpt_list_free (rcpt_addr_T *)
 
rcpt_addr_Trcpt_list_add (rcpt_addr_T **, char *, int)
 
int rcpt_list_del (rcpt_addr_T **, char *rcpt)
 
int count_rcpt (rcpt_addr_T *)
 

Macro Definition Documentation

◆ __ZE_RCPT_LIST_H

#define __ZE_RCPT_LIST_H   1

Definition at line 53 of file ze-rcpt-list.h.

◆ rcpt_count

#define rcpt_count (   r)    count_rcpt(r)

Definition at line 42 of file ze-rcpt-list.h.

Typedef Documentation

◆ rcpt_addr_T

typedef struct rcpt_addr_T rcpt_addr_T

Definition at line 27 of file ze-rcpt-list.h.

Function Documentation

◆ count_rcpt()

int count_rcpt ( rcpt_addr_T )

Definition at line 437 of file ze-filter.c.

◆ rcpt_list_add()

rcpt_addr_T* rcpt_list_add ( rcpt_addr_T **  ,
char *  ,
int   
)

Definition at line 62 of file ze-rcpt-list.c.

◆ rcpt_list_del()

int rcpt_list_del ( rcpt_addr_T **  ,
char *  rcpt 
)

◆ rcpt_list_free()

rcpt_addr_T* rcpt_list_free ( rcpt_addr_T )

Definition at line 36 of file ze-rcpt-list.c.