summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-09 19:44:28 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-09 19:44:28 +0800
commitba28ae0da2436fbd906a9eed58a7ca8596aded08 (patch)
tree9ed7ab4144c2cc475bb47151db03e0932dfc2f24
parent34db5ce208feef79265c401379f2ae13b9a29462 (diff)
downloadpttbbs-ba28ae0da2436fbd906a9eed58a7ca8596aded08.tar
pttbbs-ba28ae0da2436fbd906a9eed58a7ca8596aded08.tar.gz
pttbbs-ba28ae0da2436fbd906a9eed58a7ca8596aded08.tar.bz2
pttbbs-ba28ae0da2436fbd906a9eed58a7ca8596aded08.tar.lz
pttbbs-ba28ae0da2436fbd906a9eed58a7ca8596aded08.tar.xz
pttbbs-ba28ae0da2436fbd906a9eed58a7ca8596aded08.tar.zst
pttbbs-ba28ae0da2436fbd906a9eed58a7ca8596aded08.zip
prototype of setutmpmode has beed changed
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@594 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/include/proto.h b/pttbbs/include/proto.h
index a340a943..4cfcef28 100644
--- a/pttbbs/include/proto.h
+++ b/pttbbs/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.31 2002/12/26 09:46:03 kcwu Exp $ */
+/* $Id: proto.h,v 1.32 2003/01/09 11:44:28 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -80,7 +80,7 @@ void reset_board(int bid);
void touch_boards();
void addbrd_touchcache();
void setapath(char *buf, char *boardname);
-void setutmpmode(int mode);
+void setutmpmode(unsigned int mode);
void setadir(char *buf, char *path);
boardheader_t *getbcache(int bid);
int apply_boards(int (*func)(boardheader_t *));