diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index b5b2fe169..e49483307 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -590,3 +590,5 @@ int has_path(const char *file); | |||
590 | int is_relative_path(const char *path); | 590 | int is_relative_path(const char *path); |
591 | char *get_last_slash(const char *path); | 591 | char *get_last_slash(const char *path); |
592 | const char *applet_to_exe(const char *name); | 592 | const char *applet_to_exe(const char *name); |
593 | char *get_user_name(void); | ||
594 | char *quote_arg(const char *arg); | ||