# HG changeset patch # User Christopher O'Brien # Date 1118276853 0 # Node ID dcc37a23f815532fc300e5eaa122c55451d9faea # Parent 771c510655c77dcb3d30261adbdb92160b433800 [gaim-migrate @ 12813] declare what is there committer: Tailor Script diff -r 771c510655c7 -r dcc37a23f815 src/protocols/sametime/meanwhile/mw_common.h --- 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);