
bh at nessus
Apr 27, 2006, 8:06 AM
Post #1 of 1
(605 views)
Permalink
|
|
NessusClient/nessus context.h,1.9,1.10
|
|
Update of /usr/local/cvs/NessusClient/nessus In directory raccoon.nessus.org:/tmp/cvs-serv54416/nessus Modified Files: context.h Log Message: The declaration of context_add_plugin has to be available when compiling without GTK as well (the definition of context_add_plugin is already available). Index: context.h =================================================================== RCS file: /usr/local/cvs/NessusClient/nessus/context.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- context.h 25 Apr 2006 15:28:46 -0000 1.9 +++ context.h 27 Apr 2006 15:06:01 -0000 1.10 @@ -83,6 +83,7 @@ void context_init(struct context**, struct context*); struct context *context_by_type(struct context*, context_type); void context_reset_plugin_tree(struct context*); +void context_add_plugin(struct context*, struct nessus_plugin*); #ifdef USE_GTK void context_collect(struct context*); void context_rename(struct context*, const char*); @@ -90,7 +91,6 @@ struct context *context_new(struct context*, const char*, const char*); void context_delete(struct context*); void context_save_recurse(struct context*); -void context_add_plugin(struct context*, struct nessus_plugin*); int check_exists(const char *); _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|