aboutsummaryrefslogtreecommitdiff
path: root/win32/tools
diff options
context:
space:
mode:
Diffstat (limited to 'win32/tools')
-rw-r--r--win32/tools/tiny_impdef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/tools/tiny_impdef.c b/win32/tools/tiny_impdef.c
index 48de44f..b6debe6 100644
--- a/win32/tools/tiny_impdef.c
+++ b/win32/tools/tiny_impdef.c
@@ -28,7 +28,7 @@
#include <io.h>
#include <malloc.h>
-char *get_export_names(int fd);
+static char *get_export_names(int fd);
#define tcc_free free
#define tcc_realloc realloc
@@ -169,7 +169,7 @@ int read_mem(int fd, unsigned offset, void *buffer, unsigned len)
/* -------------------------------------------------------------- */
#endif
-char *get_export_names(int fd)
+static char *get_export_names(int fd)
{
int l, i, n, n0;
char *p;