diff options
author | midipix <writeonce@midipix.org> | 2025-06-04 20:20:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-04 20:20:33 +0000 |
commit | 8ba1bcf4c2b0e6429abec027bc36c349e990c4cc (patch) | |
tree | 2f882c3a42106e67ab162b056c461cc069960daf /include | |
parent | 3f57204aeaf426a4bfd1eb464f1f46c57ef5d1c3 (diff) | |
download | perk-8ba1bcf4c2b0e6429abec027bc36c349e990c4cc.tar.bz2 perk-8ba1bcf4c2b0e6429abec027bc36c349e990c4cc.tar.xz |
api: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency).
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index 85f7ad0..5c057da 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -60,7 +60,7 @@ extern "C" { #define PERK_DRIVER_AR_MOVE_MEMBERS 0X10000000 /* [-m] */ #define PERK_DRIVER_AR_POSITION_AFTER 0X20000000 /* [-a] */ #define PERK_DRIVER_AR_POSITION_BEFORE 0X40000000 /* [-b] */ -#define PERK_DRIVER_AR_PRINT_ARCHIVE 0X80000000 /* [-p] */ +#define PERK_DRIVER_AR_PRINT_MEMBERS 0X80000000 /* [-p] */ /* error flags */ #define PERK_ERROR_TOP_LEVEL 0x0001 |