summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_caps.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-18 22:26:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-18 22:26:07 +0300
commitc56f054c476f1f54075442478745d9fd6a986d05 (patch)
treedf7921e9485959a94efb05fafd72a7928e22088c /protocols/JabberG/src/jabber_caps.h
parent0e854af70f6f330e63aa36fde125fbb0ca4ff8ef (diff)
code cleaning
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_caps.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_caps.h b/protocols/JabberG/src/jabber_caps.h
index 93c12a2d2e..8fdcecd32c 100755
--- a/protocols/JabberG/src/jabber_caps.h
+++ b/protocols/JabberG/src/jabber_caps.h
@@ -328,7 +328,10 @@ struct JabberFeatCapPairDynamic
wchar_t *szDescription;
};
-extern const JabberFeatCapPair g_JabberFeatCapPairs[];
+extern const int g_cJabberFeatCapPairs;
+extern const JabberFeatCapPair g_JabberFeatCapPairs[];
+
+extern const int g_cJabberFeatCapPairsExt;
extern const JabberFeatCapPairExt g_JabberFeatCapPairsExt[];
#endif