diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-05-06 19:42:47 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-05-06 21:44:36 -0700 |
commit | aec53bc090ef6b63e16efebab3f8c8e6f329eb6b (patch) | |
tree | 549e13d5a09d341e4e3bddb16fa051b4a7f6dd22 /wcpscope.h | |
parent | 02906bf1766ad1769e03f9372611087389ee23b0 (diff) |
Report names for all extensions, not just those we know
Move extension handling to new extensions.c & extensions.h files
Start to make extension handling more generic/modular/extendable
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'wcpscope.h')
-rw-r--r-- | wcpscope.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ #define printfield(a,b,c,d,e) if (Verbose > 1) PrintField(a,b,c,d,e) -extern unsigned char LookForWCPFlag; extern unsigned char WCPRequest; extern unsigned char WCPError; |