diff options
Diffstat (limited to '')
-rw-r--r-- | outhook.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/outhook.h b/outhook.h new file mode 100644 index 0000000..eb66c15 --- /dev/null +++ b/outhook.h @@ -0,0 +1,13 @@ +#ifndef REPREPRO_OUTHOOK_H +#define REPREPRO_OUTHOOK_H + +#ifndef REPREPRO_ATOMS_H +#include "atoms.h" +#endif + +retvalue outhook_start(void); +void outhook_send(const char *, const char *, const char *, const char *); +void outhook_sendpool(component_t, const char *, const char *); +retvalue outhook_call(const char *); + +#endif |