index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-03 16:42:41 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-07 11:30:44 -0500 |
commit | 991b3ff7e63314ea14a40bb437e49ec8553abff2 (patch) | |
tree | 8c3c1fd35224971cb86e47d3fefd6c5a896a47f0 /lib/libalpm/handle.h | |
parent | cc25576f8b54b3e975949ac7991a193053b519bc (diff) |
-rw-r--r-- | lib/libalpm/handle.h | 5 |
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 129c8ca4..b72c9b0f 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -24,10 +24,7 @@ #include <sys/types.h> #include "alpm_list.h" -#include "db.h" -#include "log.h" #include "alpm.h" -#include "trans.h" #ifdef HAVE_LIBCURL #include <curl/curl.h> @@ -78,6 +75,8 @@ struct __pmhandle_t { pmhandle_t *_alpm_handle_new(void); void _alpm_handle_free(pmhandle_t *handle); +int _alpm_set_directory_option(const char *value, char **storage, int must_exist); + #endif /* _ALPM_HANDLE_H */ /* vim: set ts=2 sw=2 noet: */ |