# HG changeset patch # User Thomas Klausner # Date 1361982346 -3600 # Node ID d028fa6625e00eaf6386e1ebfca44fcd52cb5173 # Parent 21fdff3a601fe256d29208f00f9e729efc37b2d4 Revert 919, it was wrong. [aw_confin is the same as yyin.] diff -r 21fdff3a601f -r d028fa6625e0 extensions/acl_wl/aw_conf.y --- a/extensions/acl_wl/aw_conf.y Fri Feb 22 18:43:32 2013 +0100 +++ b/extensions/acl_wl/aw_conf.y Wed Feb 27 17:25:46 2013 +0100 @@ -63,7 +63,7 @@ /* Parse the configuration file */ int aw_conf_handle(char * conffile) { - FILE * aw_confin; + extern FILE * aw_confin; int ret; TRACE_ENTRY("%p", conffile);