aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-04-21 15:05:49 +0100
committerRon Yorston <rmy@pobox.com>2023-04-21 15:05:49 +0100
commitff8242f51aac4e1b358eac833d6b384ebe1a1116 (patch)
treed97eb54db89b5a24eed8f03c8fc307c77f8eee95 /include
parent9ce85210e61e6c75adfc0ac0f54643cfee1353be (diff)
downloadbusybox-w32-ff8242f51aac4e1b358eac833d6b384ebe1a1116.tar.gz
busybox-w32-ff8242f51aac4e1b358eac833d6b384ebe1a1116.tar.bz2
busybox-w32-ff8242f51aac4e1b358eac833d6b384ebe1a1116.zip
win32: export xappendword()
The function xappendword() in make.c may have other uses. Export it.
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 3cf0526f2..c2c37ba48 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -594,3 +594,4 @@ const char *applet_to_exe(const char *name);
594char *get_user_name(void); 594char *get_user_name(void);
595char *quote_arg(const char *arg); 595char *quote_arg(const char *arg);
596char *find_first_executable(const char *name); 596char *find_first_executable(const char *name);
597char *xappendword(const char *str, const char *word);