aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/plugin.h
diff options
context:
space:
mode:
authorGravatar TheXception2007-04-29 22:24:38 +0000
committerGravatar TheXception2007-04-29 22:24:38 +0000
commitbf7f1fd3c0131c8aa14807dc35aec82b82624823 (patch)
treede8ee4aa42be812974772db6e9f3600f72e304b6 /src/modules/system/plugin.h
parentadded _canunload + more doc + small fix (diff)
downloadKVIrc-bf7f1fd3c0131c8aa14807dc35aec82b82624823.tar.gz
KVIrc-bf7f1fd3c0131c8aa14807dc35aec82b82624823.tar.bz2
KVIrc-bf7f1fd3c0131c8aa14807dc35aec82b82624823.zip
updated doc: easyplugins documentation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@543 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/system/plugin.h')
-rw-r--r--src/modules/system/plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/system/plugin.h b/src/modules/system/plugin.h
index c94ebb013..8e7f936af 100644
--- a/src/modules/system/plugin.h
+++ b/src/modules/system/plugin.h
@@ -27,8 +27,6 @@
#include "kvi_module.h"
#include "kvi_dict.h"
-#define MAX_RETURN_BUFFER 512
-
typedef int (*plugin_function)(int argc, char* argv[], char ** buffer);
typedef int (*plugin_unload)();
typedef int (*plugin_canunload)();