aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/snac.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-08 23:46:12 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-08 23:46:12 +0100
commitb4a8cd8869262182e85b6112bf7a51ce216a5f2d (patch)
treec9ce51d11e16e105b23d95a58b5d8e170d25bc93 /protocols/oscar/snac.c
parentfe51bcf0ae238e6fde4400b3dd17ddf99f77ae2a (diff)
Make another function static.
Diffstat (limited to 'protocols/oscar/snac.c')
-rw-r--r--protocols/oscar/snac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/oscar/snac.c b/protocols/oscar/snac.c
index e2bac179..8a75b2a0 100644
--- a/protocols/oscar/snac.c
+++ b/protocols/oscar/snac.c
@@ -14,6 +14,8 @@
#include <aim.h>
+static aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac);
+
/*
* Called from aim_session_init() to initialize the hash.
*/
@@ -50,7 +52,7 @@ aim_snacid_t aim_cachesnac(aim_session_t *sess, const guint16 family, const guin
* Clones the passed snac structure and caches it in the
* list/hash.
*/
-aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac)
+static aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac)
{
aim_snac_t *snac;
int index;