From bf0ff170400889443fd3e3fffc6b1ae2b1738d68 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 12 Mar 2005 03:24:46 +0000 Subject: move global variable xuser into local, save 512 bytes. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2596 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index f654206c..82acb328 100644 --- a/include/proto.h +++ b/include/proto.h @@ -113,7 +113,7 @@ void brc_addlist(const char* fname); #define getbtotal(bid) SHM->total[bid - 1] #define getbottomtotal(bid) SHM->n_bottom[bid-1] void sort_bcache(void); -int getuser(char *userid); +int getuser(char *userid, userec_t *xuser); void setuserid(int num, char *userid); int searchuser(char *userid); int getbnum(const char *bname); -- cgit v1.2.3