diff options
Diffstat (limited to 'lpprint.h')
-rw-r--r-- | lpprint.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); | |||
18 | void printktable (lua_State *L, int idx); | 18 | void printktable (lua_State *L, int idx); |
19 | void printcharset (const byte *st); | 19 | void printcharset (const byte *st); |
20 | void printcaplist (Capture *cap, Capture *limit); | 20 | void printcaplist (Capture *cap, Capture *limit); |
21 | void printinst (const Instruction *op, const Instruction *p); | ||
21 | 22 | ||
22 | #else | 23 | #else |
23 | 24 | ||