Ignore:
Timestamp:
2005-11-08T23:06:46Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
21d09ac
Parents:
2095c57 (diff), 9c62a7c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

QUIT now works before logging in too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/snac.c

    r2095c57 r68b50b5f  
    1414
    1515#include <aim.h>
     16
     17static aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac);
    1618
    1719/*
     
    5153 * list/hash.
    5254 */
    53 aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac)
     55static aim_snacid_t aim_newsnac(aim_session_t *sess, aim_snac_t *newsnac)
    5456{
    5557        aim_snac_t *snac;
Note: See TracChangeset for help on using the changeset viewer.