hookprv.h File Reference

Go to the source code of this file.

Data Structures

struct  hook_s

Defines

#define hook_call(func,...)

Define Documentation

#define hook_call ( func,
...   ) 
Value:
do { if(ctx && ctx->hook && ctx->hook->func) \
            ctx->hook->func( __VA_ARGS__ ); \
    } while(0)

Definition at line 19 of file hookprv.h.