summaryrefslogtreecommitdiff
path: root/source/q_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/q_shared.h')
-rw-r--r--source/q_shared.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/q_shared.h b/source/q_shared.h
index 541b046..400f9e2 100644
--- a/source/q_shared.h
+++ b/source/q_shared.h
@@ -76,10 +76,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif /* !__GNUC__ */
-typedef unsigned char byte;
-typedef enum { qfalse, qtrue } qboolean;
+typedef unsigned char byte;
+typedef enum { qfalse, qtrue } qboolean;
typedef int qhandle_t;
-typedef int fileHandle_t;
+typedef int qerror_t;
#ifndef NULL
#define NULL ((void *)0)