summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/add.h')
-rw-r--r--lib/libalpm/add.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/add.h b/lib/libalpm/add.h
index 1baab8d4..77a3d22a 100644
--- a/lib/libalpm/add.h
+++ b/lib/libalpm/add.h
@@ -24,7 +24,7 @@
#include "alpm_list.h"
#include "trans.h"
-int _alpm_upgrade_packages(pmhandle_t *handle);
+int _alpm_upgrade_packages(alpm_handle_t *handle);
#endif /* _ALPM_ADD_H */