aboutsummaryrefslogtreecommitdiff
path: root/lpprint.h
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2016-06-27 15:24:09 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2016-06-27 15:24:09 -0300
commitd9fa8ccdf9af5c01a31cfe81eaf3d90e84b41428 (patch)
tree662f1cfe618eae04d8180b817a67b4b21dff239e /lpprint.h
parent450cb2596448c19e672a30616bbd22d98b8c6588 (diff)
downloadlpeglabel-d9fa8ccdf9af5c01a31cfe81eaf3d90e84b41428.tar.gz
lpeglabel-d9fa8ccdf9af5c01a31cfe81eaf3d90e84b41428.tar.bz2
lpeglabel-d9fa8ccdf9af5c01a31cfe81eaf3d90e84b41428.zip
Updating lpeglabel to lpeg-1.0
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