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 b44fb1a..c977a86 100644
--- a/indep.h
+++ b/indep.h
@@ -1,4 +1,4 @@
-/* $Id: indep.h,v 1.14 2003/04/07 16:27:10 ukai Exp $ */
+/* $Id: indep.h,v 1.15 2003/07/26 17:16:24 ukai Exp $ */
#ifndef INDEP_H
#define INDEP_H
#include <gc.h>
@@ -68,6 +68,7 @@ extern char *shell_quote(char *str);
extern char *w3m_auxbin_dir();
extern char *w3m_lib_dir();
extern char *w3m_etc_dir();
+extern char *w3m_conf_dir();
extern char *w3m_help_dir();
#define New(type) ((type*)GC_MALLOC(sizeof(type)))