diff options
Diffstat (limited to 'include/passdbg.h')
| -rw-r--r-- | include/passdbg.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/passdbg.h b/include/passdbg.h new file mode 100644 index 0000000..15643d8 --- /dev/null +++ b/include/passdbg.h @@ -0,0 +1,9 @@ +#ifndef PASSDBG_H +#define PASSDBG_H + +void passdbg_primary(void *n); +void passdbg_unary(void *n); +void passdbg_binary(void *n); +void passdbg_walk(void *n); + +#endif |
