| libalpm
    Arch Linux Package Manager Library | 
#include <archive.h>#include <archive_entry.h>#include "alpm.h"#include "pkghash.h"#include "signing.h"

Go to the source code of this file.
| Data Structures | |
| struct | db_operations | 
| Enumerations | |
| enum | alpm_dbinfrq_t { INFRQ_BASE = (1 << 0) , INFRQ_DESC = (1 << 1) , INFRQ_FILES = (1 << 2) , INFRQ_SCRIPTLET = (1 << 3) , INFRQ_DSIZE = (1 << 4) , INFRQ_ALL , INFRQ_ERROR = (1 << 30) } | 
| struct db_operations | 
| enum alpm_dbinfrq_t |