X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/199c2b1bedd78a06dae62d736115273bd0127af1..efea5b4edd5cc94b4ed0917ebca0efb6bb6a2f82:/include/output.h diff --git a/include/output.h b/include/output.h new file mode 100644 index 0000000..f49ef59 --- /dev/null +++ b/include/output.h @@ -0,0 +1,7 @@ +#ifndef __OUTPUT_H +#define __OUTPUT_H + +extern void (*output)(const char *s); +extern void (*outputf)(const char *s, ...); + +#endif