Mercurial > pidgin
changeset 10982:dcc37a23f815
[gaim-migrate @ 12813]
declare what is there
committer: Tailor Script <tailor@pidgin.im>
author | Christopher O'Brien <siege@pidgin.im> |
---|---|
date | Thu, 09 Jun 2005 00:27:33 +0000 |
parents | 771c510655c7 |
children | 58c1117f4952 |
files | src/protocols/sametime/meanwhile/mw_common.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/sametime/meanwhile/mw_common.h Wed Jun 08 21:41:23 2005 +0000 +++ b/src/protocols/sametime/meanwhile/mw_common.h Thu Jun 09 00:27:33 2005 +0000 @@ -367,6 +367,9 @@ void mwPrivacyInfo_clear(struct mwPrivacyInfo *info); +void mwPrivacyInfo_clone(struct mwPrivacyInfo *to, + const struct mwPrivacyInfo *from); + void mwUserStatus_put(struct mwPutBuffer *b, const struct mwUserStatus *stat);