aboutsummaryrefslogtreecommitdiff
path: root/lpprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'lpprint.h')
-rw-r--r--lpprint.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lpprint.h b/lpprint.h
index e640f74..6329760 100644
--- a/lpprint.h
+++ b/lpprint.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lpprint.h,v 1.1 2013/03/21 20:25:12 roberto Exp $ 2** $Id: lpprint.h,v 1.2 2015/06/12 18:18:08 roberto Exp $
3*/ 3*/
4 4
5 5
@@ -18,6 +18,7 @@ void printtree (TTree *tree, int ident);
18void printktable (lua_State *L, int idx); 18void printktable (lua_State *L, int idx);
19void printcharset (const byte *st); 19void printcharset (const byte *st);
20void printcaplist (Capture *cap, Capture *limit); 20void printcaplist (Capture *cap, Capture *limit);
21void printinst (const Instruction *op, const Instruction *p);
21 22
22#else 23#else
23 24