summaryrefslogtreecommitdiff
path: root/python/rpmdb-py.h
blob: c92d74a52db5f4432ce4fc8ac2cff5eff635c834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef H_RPMDB_PY
#define H_RPMDB_PY

#include <rpm/rpmdb.h>

/** \ingroup py_c
 * \file python/rpmdb-py.h
 */

/** \ingroup py_c
 */
typedef struct rpmdbObject_s rpmdbObject;

extern PyTypeObject rpmdb_Type;

#endif