aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wutil.h')
-rw-r--r--src/wutil.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wutil.h b/src/wutil.h
index 9897439a..a14dfa9b 100644
--- a/src/wutil.h
+++ b/src/wutil.h
@@ -70,10 +70,8 @@ void safe_perror(const char *message);
*/
const char *safe_strerror(int err);
-/**
- Wide character version of getcwd().
-*/
-wchar_t *wgetcwd(wchar_t *buff, size_t sz);
+// Wide character version of getcwd().
+const wcstring wgetcwd();
/**
Wide character version of chdir()