aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/port.h')
-rw-r--r--source/port.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/port.h b/source/port.h
index fcfe836..5defb76 100644
--- a/source/port.h
+++ b/source/port.h
@@ -43,9 +43,6 @@
#ifndef _MAX_PATH
#define _MAX_PATH PATH_MAX
#endif
-
-void _makepath(char* path, const char* drive, const char* dir, const char* fname, const char* ext);
-void _splitpath(const char* path, char* drive, char* dir, char* fname, char* ext);
#else /* _WIN32 */
#define strcasecmp stricmp
#define strncasecmp strnicmp