diff options
Diffstat (limited to 'src/apk_database.h')
-rw-r--r-- | src/apk_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_database.h b/src/apk_database.h index 2e8fb89..a077fe2 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -84,6 +84,7 @@ struct apk_db_dir_instance { #define APK_NAME_TOPLEVEL 0x0001 #define APK_NAME_REINSTALL 0x0002 #define APK_NAME_TOPLEVEL_OVERRIDE 0x0004 +#define APK_NAME_VISITED 0x8000 struct apk_name { apk_hash_node hash_node; |