diff options
| author | 2007-04-23 09:09:03 +0000 | |
|---|---|---|
| committer | 2007-04-23 09:09:03 +0000 | |
| commit | 6b81dbd1305f1fbabc8f11d11eb3f8e4e0de38da (patch) | |
| tree | e862fd9c2e3f7df3bdb0f4add484dc72d7efa411 /src/modules/system/plugin.h | |
| parent | do not allow fake version reply: you should totally ignore version request or... (diff) | |
| download | KVIrc-6b81dbd1305f1fbabc8f11d11eb3f8e4e0de38da.tar.gz KVIrc-6b81dbd1305f1fbabc8f11d11eb3f8e4e0de38da.tar.bz2 KVIrc-6b81dbd1305f1fbabc8f11d11eb3f8e4e0de38da.zip | |
removed _free function of plugin
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@528 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/system/plugin.h')
| -rw-r--r-- | src/modules/system/plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/system/plugin.h b/src/modules/system/plugin.h index cd6002e5c..43c513fe3 100644 --- a/src/modules/system/plugin.h +++ b/src/modules/system/plugin.h @@ -32,7 +32,6 @@ typedef int (*plugin_function)(int argc, char* argv[], char ** buffer); typedef int (*plugin_unload)(); typedef int (*plugin_load)(); -typedef int (*plugin_free)(char * pBuffer); class KviPlugin { @@ -48,7 +47,6 @@ private: QString m_szName; public: static KviPlugin* load(const QString& szFileName); - bool pfree(char * pBuffer); bool unload(bool forced); int call(const QString& szFunctionName, int argc, char * argv[], char ** pBuffer); QString name(); |
