summaryrefslogtreecommitdiffstats
path: root/util/post.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-10 01:44:39 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-10 01:44:39 +0800
commitdc1e907c2cf1038a9dc24a4f4969a8403097bd85 (patch)
treead37009f7662f3204509a196b8eaa74f0586e37f /util/post.c
parent90451291f8f509d0f0e3f1c442bb3325de30d9b0 (diff)
downloadpttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.gz
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.bz2
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.lz
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.xz
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.tar.zst
pttbbs-dc1e907c2cf1038a9dc24a4f4969a8403097bd85.zip
no warning
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@16 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/post.c')
-rw-r--r--util/post.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/post.c b/util/post.c
index d4907096..e14a0814 100644
--- a/util/post.c
+++ b/util/post.c
@@ -1,4 +1,4 @@
-/* $Id: post.c,v 1.2 2002/03/09 17:29:20 in2 Exp $ */
+/* $Id: post.c,v 1.3 2002/03/09 17:44:30 in2 Exp $ */
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
@@ -6,6 +6,7 @@
#include "config.h"
#include "pttstruct.h"
#include "util.h"
+#include "proto.h"
void keeplog(FILE *fin, char *fpath, char *board, char *title, char *owner) {
fileheader_t fhdr;