diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-18 22:26:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-18 22:26:07 +0300 |
commit | c56f054c476f1f54075442478745d9fd6a986d05 (patch) | |
tree | df7921e9485959a94efb05fafd72a7928e22088c /protocols/JabberG/src/jabber_caps.h | |
parent | 0e854af70f6f330e63aa36fde125fbb0ca4ff8ef (diff) |
code cleaning
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_caps.h | 5 |
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
|