aboutsummaryrefslogtreecommitdiffstats
path: root/indep.h
diff options
context:
space:
mode:
Diffstat (limited to 'indep.h')
-rw-r--r--indep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indep.h b/indep.h
index 5965d06..9f5fa1b 100644
--- a/indep.h
+++ b/indep.h
@@ -1,4 +1,4 @@
-/* $Id: indep.h,v 1.8 2002/06/07 15:46:44 ukai Exp $ */
+/* $Id: indep.h,v 1.9 2002/08/20 17:49:39 ukai Exp $ */
#ifndef INDEP_H
#define INDEP_H
#include "gc.h"
@@ -16,6 +16,7 @@
#define HTML_MODE 1
#define HEADER_MODE 2
+extern clen_t strtoclen(const char *s);
extern char *conv_entity(int ch);
extern int getescapechar(char **s);
extern char *getescapecmd(char **s);