aboutsummaryrefslogtreecommitdiffstats
path: root/indep.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-27 18:29:24 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-27 18:29:24 +0000
commit600a6bbd4bc23e295e602f05d400663a3241be41 (patch)
treee4a3b782a51b61ec0ccf6bb532e8e45fc17ce873 /indep.h
parent[w3m-dev 02578] (diff)
downloadw3m-600a6bbd4bc23e295e602f05d400663a3241be41.tar.gz
w3m-600a6bbd4bc23e295e602f05d400663a3241be41.zip
[w3m-dev 02574] sysconfdir
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--indep.h3
1 files changed, 2 insertions, 1 deletions
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)))