aboutsummaryrefslogtreecommitdiff
path: root/libmpio/defs.h
diff options
context:
space:
mode:
authorgermeier <germeier>2003-04-11 21:42:57 +0000
committergermeier <germeier>2003-04-11 21:42:57 +0000
commit17225c6d8fe3c925c5863f736f6572720c95c5d7 (patch)
treeab43eddfdb58eb47ad05bff98ae3a7639eb07335 /libmpio/defs.h
parent50c439ffa36fed9e1cce65b211ec05bf50925cc2 (diff)
downloadmpiosh-17225c6d8fe3c925c5863f736f6572720c95c5d7.tar.gz
mpiosh-17225c6d8fe3c925c5863f736f6572720c95c5d7.tar.bz2
mpiosh-17225c6d8fe3c925c5863f736f6572720c95c5d7.zip
timestamp generation fixes as suggested by Sebastian
8.3 generation fixes for "MPIO RECORD" directory
Diffstat (limited to 'libmpio/defs.h')
-rw-r--r--libmpio/defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmpio/defs.h b/libmpio/defs.h
index 0018591..1dcb1d4 100644
--- a/libmpio/defs.h
+++ b/libmpio/defs.h
@@ -1,7 +1,7 @@
/* -*- linux-c -*- */
/*
- * $Id: defs.h,v 1.18 2003/04/06 23:09:20 germeier Exp $
+ * $Id: defs.h,v 1.19 2003/04/11 21:42:57 germeier Exp $
*
* Library for USB MPIO-*
*
@@ -80,6 +80,7 @@ typedef enum { FTYPE_CHAN = 0x00,
/* fixed filenames */
#define MPIO_CONFIG_FILE "CONFIG.DAT"
#define MPIO_CHANNEL_FILE "FMCONFIG.DAT"
+#define MPIO_MPIO_RECORD "MPIO RECORD"
/* type of callback functions */
typedef BYTE (*mpio_callback_t)(int, int) ;
@@ -143,6 +144,7 @@ typedef struct {
#define MPIO_ERR_DIR_NOT_FOUND -9
#define MPIO_ERR_DIR_NOT_A_DIR -10
#define MPIO_ERR_DIR_NAME_ERROR -11
+#define MPIO_ERR_DIR_NOT_EMPTY -12
/* internal errors, occur when UI has errors! */
#define MPIO_ERR_INT_STRING_INVALID -101