aboutsummaryrefslogtreecommitdiffstats
path: root/indep.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-21 16:29:46 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-21 16:29:46 +0000
commit91c91cb5cdc99ce5acf2beda2cc9fd811535e16e (patch)
treef2cea7c0e6b8c11d126f09bb53191027f3ad7289 /indep.h
parent[w3m-dev 02473] clean & install-scripts (diff)
downloadw3m-91c91cb5cdc99ce5acf2beda2cc9fd811535e16e.tar.gz
w3m-91c91cb5cdc99ce5acf2beda2cc9fd811535e16e.zip
[w3m-dev 02479] #ifdef cleanups
make -> $(MAKE)
Diffstat (limited to 'indep.h')
-rw-r--r--indep.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indep.h b/indep.h
index 2517350..710608b 100644
--- a/indep.h
+++ b/indep.h
@@ -1,4 +1,4 @@
-/* $Id: indep.h,v 1.4 2001/11/20 17:49:23 ukai Exp $ */
+/* $Id: indep.h,v 1.5 2001/11/21 16:29:46 ukai Exp $ */
#ifndef INDEP_H
#define INDEP_H
#include "gc.h"
@@ -39,6 +39,9 @@ extern Str Str_form_quote(Str x);
extern Str Str_form_unquote(Str x);
extern char *shell_quote(char *str);
+extern char *w3m_lib_dir();
+extern char *w3m_help_dir();
+
#define New(type) ((type*)GC_MALLOC(sizeof(type)))
#define NewAtom(type) ((type*)GC_MALLOC_ATOMIC(sizeof(type)))
#define New_N(type,n) ((type*)GC_MALLOC((n)*sizeof(type)))