diff options
Diffstat (limited to 'plugins/SecureIM/src/loadlib.h')
-rw-r--r-- | plugins/SecureIM/src/loadlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SecureIM/src/loadlib.h b/plugins/SecureIM/src/loadlib.h index ecf7ee7c8c..bed84c019d 100644 --- a/plugins/SecureIM/src/loadlib.h +++ b/plugins/SecureIM/src/loadlib.h @@ -2,6 +2,7 @@ #define __LOADLIB_H__
BOOL loadlib(void);
+void freelib();
typedef HANDLE (__cdecl * _cpp_create_context) (int);
typedef void (__cdecl * _cpp_delete_context) (HANDLE);
|