[Autosec-devel] sonar/src plugin.h,1.31,1.32
Brought to you by:
red0x
From: <re...@us...> - 2003-12-06 00:14:44
|
Update of /cvsroot/autosec/sonar/src In directory sc8-pr-cvs1:/tmp/cvs-serv4200/src Modified Files: plugin.h Log Message: Updated documentation Index: plugin.h =================================================================== RCS file: /cvsroot/autosec/sonar/src/plugin.h,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** plugin.h 10 Nov 2003 10:20:50 -0000 1.31 --- plugin.h 6 Dec 2003 00:14:41 -0000 1.32 *************** *** 437,444 **** \subsection pother Other Questions If you have any questions about how to do anything else with plugins, see ! \link bare.c bare.c \endlink , \link bare.h bare.h \endlink , and \link plugin.h plugin.h \endlink . If you want to make a very bare plugin that only does a few things, just provide all the functions and have each return ! either PLUGIN_OK or PLUGIN_ERROR (See \link bare.c bare.c \endlink). Also, feel free to shoot me an email at \c re...@us... or see me on IRC at \c irc.freenode.org:#autosec. --- 437,444 ---- \subsection pother Other Questions If you have any questions about how to do anything else with plugins, see ! \link bare.c bare.c \endlink , \link log_file.h log_file.h \endlink , and \link plugin.h plugin.h \endlink . If you want to make a very bare plugin that only does a few things, just provide all the functions and have each return ! either PLUGIN_OK or PLUGIN_ERROR (See \link log_file.c log_file.c \endlink). Also, feel free to shoot me an email at \c re...@us... or see me on IRC at \c irc.freenode.org:#autosec. |