summaryrefslogtreecommitdiffstats
path: root/pttbbs/innbbsd/mkhistory.c
diff options
context:
space:
mode:
Diffstat (limited to 'pttbbs/innbbsd/mkhistory.c')
-rw-r--r--pttbbs/innbbsd/mkhistory.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/pttbbs/innbbsd/mkhistory.c b/pttbbs/innbbsd/mkhistory.c
deleted file mode 100644
index 98e0a6ab..00000000
--- a/pttbbs/innbbsd/mkhistory.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdlib.h>
-#include "his.h"
-#include "externs.h"
-
-int
-main(argc, argv)
- int argc;
- char *argv[];
-{
- if (argc < 2) {
- fprintf(stderr, "Usage: %s history-file\n", argv[0]);
- exit(1);
- }
- initial_bbs(NULL);
- mkhistory(argv[1]);
- return 0;
-}