]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/output.h
Move dolog to output
[netwatch.git] / include / output.h
diff --git a/include/output.h b/include/output.h
new file mode 100644 (file)
index 0000000..f49ef59
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __OUTPUT_H
+#define __OUTPUT_H
+
+extern void (*output)(const char *s);
+extern void (*outputf)(const char *s, ...);
+
+#endif
This page took 0.007431 seconds and 4 git commands to generate.