summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-25 15:13:53 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-25 15:13:53 +0800
commit093e88b99f01594ca10618c6bfa03acddf6dcfa4 (patch)
tree42aa670fdf9815df433155db4842b572957b521e /include
parent66ef2c085317e18a704cfbe7e98f2b448ca58e16 (diff)
downloadpttbbs-093e88b99f01594ca10618c6bfa03acddf6dcfa4.tar
pttbbs-093e88b99f01594ca10618c6bfa03acddf6dcfa4.tar.gz
pttbbs-093e88b99f01594ca10618c6bfa03acddf6dcfa4.tar.bz2
pttbbs-093e88b99f01594ca10618c6bfa03acddf6dcfa4.tar.lz
pttbbs-093e88b99f01594ca10618c6bfa03acddf6dcfa4.tar.xz
pttbbs-093e88b99f01594ca10618c6bfa03acddf6dcfa4.tar.zst
pttbbs-093e88b99f01594ca10618c6bfa03acddf6dcfa4.zip
edit lock
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@493 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 2197427b..e4e910d7 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.28 2002/08/23 18:01:28 in2 Exp $ */
+/* $Id: proto.h,v 1.29 2002/08/25 07:13:53 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -193,6 +193,9 @@ void auto_backup();
void restore_backup();
char *ask_tmpbuf(int y);
char *strcasestr(const char* big, const char* little);
+void editlock(char *fpath);
+void editunlock(char *fpath);
+int iseditlocking(char *fpath, char *action);
/* friend */
void friend_edit(int type);