summaryrefslogtreecommitdiff
path: root/clients/xzwrite/associate.h
blob: a6ff2dcb8d1ddba0257a7ff1b6b9ace7eba2278d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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 */