diff options
Diffstat (limited to 'plugins/ExternalAPI/m_smileyadd.h')
-rw-r--r-- | plugins/ExternalAPI/m_smileyadd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_smileyadd.h b/plugins/ExternalAPI/m_smileyadd.h index f9bc17ea6a..e93c36a936 100644 --- a/plugins/ExternalAPI/m_smileyadd.h +++ b/plugins/ExternalAPI/m_smileyadd.h @@ -213,6 +213,7 @@ void __forceinline SmileyAdd_LoadContactSmileys(int type, const char *pszModule, struct SMADD_SELECTSMILEY
{
+ const char *pszProto; // protocol module or NULL for emoji
const char *pszSmileys; // list of smileys or zero to display all pack
int xPosition;
int yPosition;
|