Home
last modified time | relevance | path

Searched refs:friendlist_unload (Results 1 – 3 of 3) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dfriends.h32 extern int friendlist_unload(t_list *);
H A Dfriends.c94 extern int friendlist_unload(t_list * flist) in friendlist_unload() function
H A Daccount.c879 if(friendlist_unload(account->friends)<0) in account_unload_friends()