openbsd-ports/mail/hypermail/patches/patch-src-parse.h
form ba0f03fe0b Hypermail is a program that takes a file of mail messages in UNIX mailbox
format and generates a set of cross-referenced HTML documents. Each file that
is created represents a separate message in the mail archive and contains
links to other articles, so that the entire archive can be browsed in a
number of ways by following links. Archives generated by Hypermail can be
incrementally updated, and Hypermail is set by default to only update
archives when changes are detected.
2000-05-24 09:27:55 +00:00

15 lines
401 B
C

# $OpenBSD: patch-src-parse.h,v 1.1.1.1 2000/05/24 09:27:55 form Exp $
--- src/parse.h.orig Wed May 24 15:57:30 2000
+++ src/parse.h Wed May 24 15:57:37 2000
@@ -5,7 +5,9 @@
int ignorecontent(char *);
int inlinecontent(char *);
int preferedcontent(int *, char *);
+#if 0
char *tmpname(char *, char *);
+#endif
char *safe_filename(char *);
char *getmaildate(char *);
char *getfromdate(char *);