comparison lwar/lwar.h @ 188:bb2665c7005c

Added --extract and --replace to lwar
author lost
date Sun, 22 Mar 2009 06:51:48 +0000
parents cc41ccee8f64
children
comparison
equal deleted inserted replaced
187:857cb407229e 188:bb2665c7005c
23 23
24 #define LWAR_OP_LIST 1 24 #define LWAR_OP_LIST 1
25 #define LWAR_OP_ADD 2 25 #define LWAR_OP_ADD 2
26 #define LWAR_OP_REMOVE 3 26 #define LWAR_OP_REMOVE 3
27 #define LWAR_OP_CREATE 4 27 #define LWAR_OP_CREATE 4
28 #define LWAR_OP_EXTRACT 5
29 #define LWAR_OP_REPLACE 6
28 30
29 #ifndef __lwar_h_seen__ 31 #ifndef __lwar_h_seen__
30 #define __lwar_h_seen__ 32 #define __lwar_h_seen__
31 33
32 #ifndef __lwar_c_seen__ 34 #ifndef __lwar_c_seen__