aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-12 00:55:28 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-12 00:55:28 +1000
commit72ad4e0d3b7d8038a5a911d99bb2175f15c5fd57 (patch)
treeca770b5881b74ec7827e89d00e22f53d85071dff /wutil.h
parent21de293a448a1efdb529573d173b3d8375e618dc (diff)
Make fish pager use non-universal variables as well for getting it's colors
darcs-hash:20060811145528-ac50b-26be05f363f353d87ebceccf73385cd1af1c88f2.gz
Diffstat (limited to 'wutil.h')
-rw-r--r--wutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/wutil.h b/wutil.h
index aeb581b5..da041f52 100644
--- a/wutil.h
+++ b/wutil.h
@@ -128,4 +128,10 @@ wchar_t *wbasename( const wchar_t *path );
*/
const wchar_t *wgettext( const wchar_t *in );
+/**
+ Wide character version of getenv
+*/
+wchar_t *wgetenv( const wchar_t *name );
+
+
#endif