diff options
Diffstat (limited to 'fastjar/jartool.h')
-rw-r--r-- | fastjar/jartool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastjar/jartool.h b/fastjar/jartool.h index 76abda1bddc..e684d97e3a2 100644 --- a/fastjar/jartool.h +++ b/fastjar/jartool.h @@ -63,6 +63,7 @@ #define ACTION_EXTRACT 2 #define ACTION_UPDATE 3 #define ACTION_LIST 4 +#define ACTION_INDEX 5 #define TRUE 1 #define FALSE 0 |