diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 14:20:27 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-15 14:20:27 +0100 | 
| commit | b135438c4c6aeb5a7cd3403f0cf37e741d589cd3 (patch) | |
| tree | b8c7f4be32ccddea2e1aec4898e6b9f8d9c080d4 /protocols/oscar/snac.c | |
| parent | f7f3ada3350c2a0a99ed307350a230583802cfe0 (diff) | |
| parent | c1ede6e8035b0338e0254fbfcbbddfeb608b1269 (diff) | |
Merge changes from Wilmer
Diffstat (limited to 'protocols/oscar/snac.c')
| -rw-r--r-- | protocols/oscar/snac.c | 4 | 
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; | 
