aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
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);
590int is_relative_path(const char *path); 590int is_relative_path(const char *path);
591char *get_last_slash(const char *path); 591char *get_last_slash(const char *path);
592const char *applet_to_exe(const char *name); 592const char *applet_to_exe(const char *name);
593char *get_user_name(void);
594char *quote_arg(const char *arg);