5eba34683679ef4a48520cd3c119d737fdec2e43
[platform/upstream/libzypp.git] / zypp / target / rpm / librpm.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9 /** \file zypp/target/rpm/librpm.h
10  *
11 */
12 #ifndef ZYPP_TARGET_RPM_LIBRPM_H
13 #define ZYPP_TARGET_RPM_LIBRPM_H
14
15 extern "C"
16 {
17 #include <rpm/rpmlib.h>
18 #include <rpm/rpmmacro.h>
19 #include <rpm/rpmdb.h>
20 #include <rpm/rpmts.h>
21 #include <rpm/ugid.h>
22 #include <fcntl.h>
23 }
24
25 #endif // ZYPP_TARGET_RPM_LIBRPM_H