aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-14 23:22:40 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-14 23:22:40 +1000
commit8fdc46a105cb6f787569dadb9932d8a49d75b891 (patch)
tree18a41d950363275e517d148a7a73f75864ec1dc7 /wutil.h
parent63b02e308d7cc17d40b87bc051f7c76902bbc753 (diff)
Add support for hishlighting potentially valid paths - default behaviour is to underline them
darcs-hash:20060614132240-ac50b-448a4f8c43007262876d1ab6b52480e46b0e2981.gz
Diffstat (limited to 'wutil.h')
-rw-r--r--wutil.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/wutil.h b/wutil.h
index 6009af65..31651f33 100644
--- a/wutil.h
+++ b/wutil.h
@@ -99,4 +99,15 @@ wchar_t *wrealpath(const wchar_t *pathname, wchar_t *resolved_path);
struct wdirent *wreaddir(DIR *dir );
+/**
+ Wide character version of dirname()
+*/
+wchar_t *wdirname( const wchar_t *path );
+
+/**
+ Wide character version of basename()
+*/
+wchar_t *wbasename( const wchar_t *path );
+
+
#endif