diff options
author | Ron Yorston <rmy@pobox.com> | 2023-04-21 15:05:49 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-04-21 15:05:49 +0100 |
commit | ff8242f51aac4e1b358eac833d6b384ebe1a1116 (patch) | |
tree | d97eb54db89b5a24eed8f03c8fc307c77f8eee95 /include | |
parent | 9ce85210e61e6c75adfc0ac0f54643cfee1353be (diff) | |
download | busybox-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.h | 1 |
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); | |||
594 | char *get_user_name(void); | 594 | char *get_user_name(void); |
595 | char *quote_arg(const char *arg); | 595 | char *quote_arg(const char *arg); |
596 | char *find_first_executable(const char *name); | 596 | char *find_first_executable(const char *name); |
597 | char *xappendword(const char *str, const char *word); | ||