diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/globals.h')
-rw-r--r-- | protocols/IcqOscarJ/src/globals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/globals.h b/protocols/IcqOscarJ/src/globals.h index 5b56c49569..667005ed0e 100644 --- a/protocols/IcqOscarJ/src/globals.h +++ b/protocols/IcqOscarJ/src/globals.h @@ -6,7 +6,7 @@ // Copyright © 2001-2002 Jon Keating, Richard Hughes
// Copyright © 2002-2004 Martin Öberg, Sam Kothari, Robert Rainwater
// Copyright © 2004-2010 Joe Kucera
-// Copyright © 2012-2014 Miranda NG Team
+// Copyright © 2012-2017 Miranda NG Team
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -54,5 +54,7 @@ struct icq_mode_messages char *szFfc;
};
+void g_MenuInit();
+void g_MenuUninit();
#endif /* __GLOBALS_H */
|