changeset 948:89a0c96d9d3b

aw_confin is not extern, it's only used here.
author Thomas Klausner <tk@giga.or.at>
date Fri, 15 Feb 2013 22:59:55 +0100
parents cce5d4bace82
children ad5c976e0dc7
files extensions/acl_wl/aw_conf.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/acl_wl/aw_conf.y	Wed Feb 13 14:47:47 2013 +0100
+++ b/extensions/acl_wl/aw_conf.y	Fri Feb 15 22:59:55 2013 +0100
@@ -63,7 +63,7 @@
 /* Parse the configuration file */
 int aw_conf_handle(char * conffile)
 {
-	extern FILE * aw_confin;
+	FILE * aw_confin;
 	int ret;
 	
 	TRACE_ENTRY("%p", conffile);
"Welcome to our mercurial repository"