summaryrefslogtreecommitdiffstats
path: root/util/printpkt.h
diff options
context:
space:
mode:
authorlaforge <laforge>2004-07-23 03:22:16 +0000
committerlaforge <laforge>2004-07-23 03:22:16 +0000
commit2dc0dd85c2e851e9b2dacd9dfaa40c70cc61ff95 (patch)
tree18d1d23e47b5142ede938165c616bbc942f14bd5 /util/printpkt.h
parente67fb3fbdc6ac83e884d9741e3b4a759b1bd8c5f (diff)
further tree reorganization
Diffstat (limited to 'util/printpkt.h')
-rw-r--r--util/printpkt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/printpkt.h b/util/printpkt.h
new file mode 100644
index 0000000..ce42de4
--- /dev/null
+++ b/util/printpkt.h
@@ -0,0 +1,7 @@
+#ifndef _PRINTPKT_H
+#define _PRINTPKT_H
+
+int printpkt_print(ulog_iret_t *res, char *buf, int prefix);
+int printpkt_init(void);
+
+#endif