libalpm
Arch Linux Package Manager Library
|
#include <curl/curl.h>
#include "alpm.h"
#include "alpm_list.h"
#include "handle.h"
#include "log.h"
#include "util.h"
Functions | |
alpm_handle_t * | alpm_initialize (const char *root, const char *dbpath, alpm_errno_t *err) |
Initializes the library. | |
int | alpm_release (alpm_handle_t *myhandle) |
Release the library. | |
const char * | alpm_version (void) |
Get the version of library. | |
int | alpm_capabilities (void) |
Get the capabilities of the library. | |