From 600a6bbd4bc23e295e602f05d400663a3241be41 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 27 Nov 2001 18:29:24 +0000 Subject: [w3m-dev 02574] sysconfdir From: Fumitoshi UKAI --- indep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indep.h') diff --git a/indep.h b/indep.h index 4a5ac61..d701d5c 100644 --- a/indep.h +++ b/indep.h @@ -1,4 +1,4 @@ -/* $Id: indep.h,v 1.6 2001/11/26 09:01:08 ukai Exp $ */ +/* $Id: indep.h,v 1.7 2001/11/27 18:29:24 ukai Exp $ */ #ifndef INDEP_H #define INDEP_H #include "gc.h" @@ -43,6 +43,7 @@ extern Str Str_form_unquote(Str x); extern char *shell_quote(char *str); extern char *w3m_lib_dir(); +extern char *w3m_etc_dir(); extern char *w3m_help_dir(); #define New(type) ((type*)GC_MALLOC(sizeof(type))) -- cgit v1.2.3