]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/clients/xzwrite/associate.h
finalize -3
[1ts-debian.git] / zephyr / clients / xzwrite / associate.h
1 #ifndef _Associate_h
2 #define _Associate_h
3
4 #include <stdio.h>
5 #include <dyn.h>
6
7 #define AA_OK           -1000
8 #define AA_FAILED       -1001
9 #define AA_NOTFOUND     -1002
10
11 typedef struct _array_elements {
12      char *index;
13      char *value;
14 } AElementRec, *AElement;
15
16 typedef DynObject AArray;
17
18 #endif /* _Associate_h */