diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-20 17:51:44 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-20 17:51:44 +0200 |
commit | f372bfd978be3874c3361cc022e8fc5842657ad2 (patch) | |
tree | c058b1de64347d4e65e862a1f5f9124434240a24 /src/apk_state.h | |
parent | fde9ad1782dd4ddb28c428b488e0278471a91c90 (diff) | |
parent | 35bba3de1f4d6464dc03ffc60b6a6b6ec25ef6b0 (diff) | |
download | apk-tools-lua.tar.bz2 apk-tools-lua.tar.xz |
Conflicts:
src/lua-apk.c
Diffstat (limited to 'src/apk_state.h')
-rw-r--r-- | src/apk_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_state.h b/src/apk_state.h index 1ac049a..e0df54e 100644 --- a/src/apk_state.h +++ b/src/apk_state.h @@ -37,7 +37,7 @@ struct apk_state *apk_state_dup(struct apk_state *state); void apk_state_unref(struct apk_state *state); void apk_state_print_errors(struct apk_state *state); -int apk_state_commit(struct apk_state *state, struct apk_database *db); +int apk_state_commit(struct apk_state *state); int apk_state_lock_dependency(struct apk_state *state, struct apk_dependency *dep); int apk_state_lock_name(struct apk_state *state, |