about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTDOS.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTDOS.h')
-rw-r--r--WWW/Library/Implementation/HTDOS.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTDOS.h b/WWW/Library/Implementation/HTDOS.h
index 37a61386..a4c68446 100644
--- a/WWW/Library/Implementation/HTDOS.h
+++ b/WWW/Library/Implementation/HTDOS.h
@@ -31,5 +31,8 @@ char * HTDOS_wwwName PARAMS((char * dosname));
 */
 char * HTDOS_name PARAMS((char * wwwname));
 
+#ifdef __WIN32__
+char * HTDOS_short_name (char * fn);
+#endif
 
 #endif /*  HTDOS_H */