This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef int(* | hookfn_t )(int, void *) |
| typedef int(* | addhook_t )(hookfn_t) |
| typedef int(* | logfn_t )(const char *,...) |
| typedef void(* | loopfn_t )(void) |
| typedef int(* | addloop_t )(loopfn_t) |
|
|
addhook_t: pointer to hook add function Definition at line 18 of file funprotos.h. |
|
|
Definition at line 29 of file funprotos.h. |
|
|
hookfn_t: pointer to a hook function Definition at line 13 of file funprotos.h. |
|
|
logfn_t: pointer to a logging function Definition at line 23 of file funprotos.h. |
|
|
loopfn_t: pointer to a loop exec function Definition at line 28 of file funprotos.h. |
1.4.6