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

#include <rpm/rpmte.h>

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

typedef struct rpmteObject_s rpmteObject;

extern PyTypeObject rpmte_Type;

rpmteObject * rpmte_Wrap(rpmte te);

#endif