summaryrefslogtreecommitdiff
path: root/clients/xzwrite/associate.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/xzwrite/associate.h')
-rw-r--r--clients/xzwrite/associate.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/clients/xzwrite/associate.h b/clients/xzwrite/associate.h
deleted file mode 100644
index a6ff2dc..0000000
--- a/clients/xzwrite/associate.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef _Associate_h
-#define _Associate_h
-
-#include <stdio.h>
-#include <dyn.h>
-
-#define AA_OK -1000
-#define AA_FAILED -1001
-#define AA_NOTFOUND -1002
-
-typedef struct _array_elements {
- char *index;
- char *value;
-} AElementRec, *AElement;
-
-typedef DynObject AArray;
-
-#endif /* _Associate_h */