summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-17 11:27:29 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-07-17 11:27:29 +0800
commit91d90470f1c9eb465a5ea7799263af90212fcfce (patch)
treed552da494965c42d9708ecd97d1fd91ea270e83f /include/proto.h
parent0c09591e5426ec3fce7d1f6a609bf9664da0cc9f (diff)
downloadpttbbs-91d90470f1c9eb465a5ea7799263af90212fcfce.tar
pttbbs-91d90470f1c9eb465a5ea7799263af90212fcfce.tar.gz
pttbbs-91d90470f1c9eb465a5ea7799263af90212fcfce.tar.bz2
pttbbs-91d90470f1c9eb465a5ea7799263af90212fcfce.tar.lz
pttbbs-91d90470f1c9eb465a5ea7799263af90212fcfce.tar.xz
pttbbs-91d90470f1c9eb465a5ea7799263af90212fcfce.tar.zst
pttbbs-91d90470f1c9eb465a5ea7799263af90212fcfce.zip
random signature
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1056 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index a460650d..f02f7c1d 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.44 2003/05/26 05:23:13 in2 Exp $ */
+/* $Id: proto.h,v 1.45 2003/07/17 03:27:27 victor Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -524,7 +524,7 @@ int topsong();
int u_editcalendar();
void user_display(userec_t *u, int real);
void uinfo_query(userec_t *u, int real, int unum);
-int showsignature(char *fname);
+int showsignature(char *fname, int *j);
void mail_violatelaw(char* crime, char* police, char* reason, char* result);
void showplans(char *uid);
int u_info();