diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 0aea12fa33..0f9444c448 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -247,6 +247,9 @@ public: // builds the account's protocol menu
virtual void OnBuildProtoMenu(void);
+ // called when an account's contact is added
+ virtual void OnContactAdded(MCONTACT);
+
// called when an account's contact is deleted
virtual void OnContactDeleted(MCONTACT);
|