diff compat.h @ 36:cddb02f847e1

Added unix versions of functions in compat, and added getfsname, plus some GTK fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 17 Sep 2001 09:15:40 +0000
parents cd715f9036c0
children af0a78aa0d45
line wrap: on
line diff
--- a/compat.h	Fri Sep 07 15:27:55 2001 +0000
+++ b/compat.h	Mon Sep 17 09:15:40 2001 +0000
@@ -189,9 +189,11 @@
 void nonblock(int fd);
 void setfileinfo(char *filename, char *url);
 #if defined(__IBMC__) || defined(__WIN32__)
+unsigned long drivesize(int drive);
 unsigned long drivefree(int drive);
 #else
 unsigned long long drivefree(int drive);
+unsigned long long drivesize(int drive);
 #endif
 int isdrive(int drive);
 FILE *fsopen(char *path, char *modes);