diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-17 15:14:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-17 15:14:41 +0000 |
commit | 81cc0996f38dca205fe283e24d64df6e9cea7c10 (patch) | |
tree | 4c09ebfb8966e30ee84b2f1d8e4f84d5795fb8e0 /src/modules/chat/chat.h | |
parent | d7d4fc4e61b3b0271a4dac9d04283f5237ed514e (diff) |
- icons management also moved to core;
- forced ReloadSettings() after initialization
git-svn-id: http://svn.miranda-ng.org/main/trunk@7690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/chat/chat.h')
-rw-r--r-- | src/modules/chat/chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/chat/chat.h b/src/modules/chat/chat.h index 74855f1785..f4027e4e6b 100644 --- a/src/modules/chat/chat.h +++ b/src/modules/chat/chat.h @@ -73,6 +73,7 @@ void SetIndentSize(void); void RegisterFonts(void);
// services.c
+void LoadChatIcons(void);
int LoadChatModule(void);
void UnloadChatModule(void);
|