summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-19 10:38:21 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-19 10:38:21 +0800
commit61a95bca5bfeb8426bcb6616d10f5eacfc9de612 (patch)
tree3b4082529f14af89a8acde1c03c24036eff5739d /include/proto.h
parent8cb29110950daa71ef6247ed5d0ba1ea9320fa20 (diff)
downloadpttbbs-61a95bca5bfeb8426bcb6616d10f5eacfc9de612.tar
pttbbs-61a95bca5bfeb8426bcb6616d10f5eacfc9de612.tar.gz
pttbbs-61a95bca5bfeb8426bcb6616d10f5eacfc9de612.tar.bz2
pttbbs-61a95bca5bfeb8426bcb6616d10f5eacfc9de612.tar.lz
pttbbs-61a95bca5bfeb8426bcb6616d10f5eacfc9de612.tar.xz
pttbbs-61a95bca5bfeb8426bcb6616d10f5eacfc9de612.tar.zst
pttbbs-61a95bca5bfeb8426bcb6616d10f5eacfc9de612.zip
Move stamp* to common library, with weak symbols
Remove stamplink Header file cleanup git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4379 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h
index bda24a0d..ff7d4bcb 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -472,9 +472,6 @@ void EnumTagFhdr(fileheader_t *fhdr, char *direct, int locus);
void UnTagger (int locus);
/* record */
int stampfile_u(char *fpath, fileheader_t *fh);
-inline int stampfile(char *fpath, fileheader_t *fh);
-void stampdir(char *fpath, fileheader_t *fh);
-void stamplink(char *fpath, fileheader_t *fh);
int delete_files(const char* dirname, int (*filecheck)(), int record);
void set_safedel_fhdr(fileheader_t *fhdr);
#ifdef SAFE_ARTICLE_DELETE