diff options
author | wangbiao <biao716.wang@samsung.com> | 2023-11-16 18:17:42 +0900 |
---|---|---|
committer | wangbiao <biao716.wang@samsung.com> | 2023-11-16 18:17:42 +0900 |
commit | c30d127e8780dc678168ee121b9f2eeb1a8aaafa (patch) | |
tree | cdc9ddc3123edd5741e5151f3076c9bfc9535916 /lib/rpmfs.h | |
parent | 258ff2bdb80c458b743417c427f66fa5f27bf7c5 (diff) | |
download | librpm-tizen-tizen/4.14.1.1.tizen20230628.tar.gz librpm-tizen-tizen/4.14.1.1.tizen20230628.tar.bz2 librpm-tizen-tizen/4.14.1.1.tizen20230628.zip |
Upgrade version to 4.14tizen/4.14.1.1.tizen20230628
Change-Id: I21bf1a3a7c25cbec43022202cf2e5865b603a309
Signed-off-by: wangbiao <biao716.wang@samsung.com>
Diffstat (limited to 'lib/rpmfs.h')
-rw-r--r-- | lib/rpmfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rpmfs.h b/lib/rpmfs.h index 5f747533c..83f99d15a 100644 --- a/lib/rpmfs.h +++ b/lib/rpmfs.h @@ -57,6 +57,9 @@ rpmFileAction rpmfsGetAction(rpmfs fs, unsigned int ix); RPM_GNUC_INTERNAL void rpmfsSetAction(rpmfs fs, unsigned int ix, rpmFileAction action); +RPM_GNUC_INTERNAL +void rpmfsResetActions(rpmfs fs); + #ifdef __cplusplus } #endif |