naslparse should be put outside of the ifdef, will fix an undefined reference 
warning.

-- 
Hanno Böck              Blog:           http://www.hboeck.de/
GPG: 3DBD3B20           Jabber/Mail:    [EMAIL PROTECTED]
--- openvas-libnasl-0.9.2/nasl/preparse.c	2007-05-14 11:51:24.000000000 +0200
+++ openvas-libnasl-0.9.2-qa/nasl/preparse.c	2007-11-15 19:09:01.000000000 +0100
@@ -28,10 +28,10 @@
 #include "nasl_debug.h"
 
 
-#ifdef ENABLE_PLUGIN_SERVER
 extern int naslparse( naslctxt * );
 
- 	
+#ifdef ENABLE_PLUGIN_SERVER
+
 /*---------------------------------------------------------------------------*/
 struct fd_ctx {
 	char * buf;

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Openvas-devel mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to