ze-filter  (ze-filter-0.8.0-develop-180218)
ze-mod-tools.h File Reference

Go to the source code of this file.

Macros

#define __ZE_MOD_TOOLS_H   1
 

Functions

void ctx2mod_args (mod_ctx_T *mod, SMFICTX *ctx)
 
int mod2ctx_result (int r)
 
bool do_module_callback (SMFICTX *ctx, int step, int *result)
 

Macro Definition Documentation

◆ __ZE_MOD_TOOLS_H

#define __ZE_MOD_TOOLS_H   1

Definition at line 33 of file ze-mod-tools.h.

Function Documentation

◆ ctx2mod_args()

void ctx2mod_args ( mod_ctx_T mod,
SMFICTX *  ctx 
)

Definition at line 38 of file ze-mod-tools.c.

◆ do_module_callback()

bool do_module_callback ( SMFICTX *  ctx,
int  step,
int *  result 
)

Definition at line 84 of file ze-mod-tools.c.

◆ mod2ctx_result()

int mod2ctx_result ( int  r)

Definition at line 65 of file ze-mod-tools.c.