Mercurial > pidgin
diff src/protocols/yahoo/yahoo.h @ 9342:33693eea90d7
[gaim-migrate @ 10150]
I've been meaning to implement this for a while. And still am.
But I'll add its service to enum now, since that's harmless.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Tue, 22 Jun 2004 04:21:54 +0000 |
| parents | 04a3e9e869ee |
| children | 76f4bffcfb23 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h Tue Jun 22 04:07:49 2004 +0000 +++ b/src/protocols/yahoo/yahoo.h Tue Jun 22 04:21:54 2004 +0000 @@ -116,7 +116,8 @@ YAHOO_SERVICE_PICTURE_UPDATE = 0xc1, YAHOO_SERVICE_PICTURE_UPLOAD = 0xc2, YAHOO_SERVICE_AVATAR_UPDATE = 0xc7, - YAHOO_SERVICE_WEBLOGIN = 0x0226 + YAHOO_SERVICE_WEBLOGIN = 0x0226, + YAHOO_SERVICE_SMS_MSG = 0x02ea }; enum yahoo_status {
