From f82fed73043fdca5b418ea31cf593874a7ec168d Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 15 Aug 2003 07:09:24 +0000 Subject: useless git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1099 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/util.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 util/util.h (limited to 'util') diff --git a/util/util.h b/util/util.h deleted file mode 100644 index 9128e575..00000000 --- a/util/util.h +++ /dev/null @@ -1,31 +0,0 @@ -/* $Id: util.h,v 1.1 2002/03/07 15:13:46 in2 Exp $ */ -#ifndef INCLUDE_UTIL_H -#define INCLUDE_UTIL_H - -int searchuser(char *userid); -int stampfile(char *fpath, fileheader_t *fh); -int append_record(char *fpath, fileheader_t *record, int size); -int get_record(char *fpath, void *rptr, int size, int id); -int substitute_record(char *fpath, void *rptr, int size, int id); -void resolve_boards(); -int getbnum(char *bname); -void inbtotal(int bid, int add); -void *attach_shm(int shmkey, int shmsize); -void reload_pttcache(); -void resolve_fcache(); -void attach_uhash(); -void stamplink(char *fpath, fileheader_t *fh); -void resolve_utmp(); -void remove_from_uhash(int n); -void setuserid(int num, char *userid); - -int passwd_mmap(); -int passwd_update(int num, userec_t *buf); -int passwd_query(int num, userec_t *buf); -int passwd_apply(int (*fptr)(userec_t *)); -int passwd_apply2(int (*fptr)(int, userec_t *)); -void passwd_lock(); -void passwd_unlock(); - -#endif - -- cgit v1.2.3