From c628a13d98fde8d2555cc6fa8628e0b575021bd4 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Mon, 27 May 2013 22:29:01 +0000 Subject: MirFox plugin for Miranda NG added Version 0.5.0.0 Compatible Firefox addon is now available at: https://addons.mozilla.org/pl/firefox/addon/mirfox/versions/0.5.0.0 or http://wsx22.xpdev-hosted.com/ git-svn-id: http://svn.miranda-ng.org/main/trunk@4826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/src/MirandaOptions.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/MirFox/src/MirandaOptions.h (limited to 'plugins/MirFox/src/MirandaOptions.h') diff --git a/plugins/MirFox/src/MirandaOptions.h b/plugins/MirFox/src/MirandaOptions.h new file mode 100644 index 0000000000..8b68c25a53 --- /dev/null +++ b/plugins/MirFox/src/MirandaOptions.h @@ -0,0 +1,10 @@ +#ifndef _MIRANDA_OPTIONS_INC +#define _MIRANDA_OPTIONS_INC + +#include "MirandaInterface.h" + +void InitOptions(); + +void DeinitOptions(); + +#endif //#ifndef _MIRANDA_OPTIONS_INC -- cgit v1.2.3