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

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

/** \ingroup py_c
 */

PyObject * rpmmacro_AddMacro(PyObject * self, PyObject * args, PyObject * kwds);
PyObject * rpmmacro_DelMacro(PyObject * self, PyObject * args, PyObject * kwds);
PyObject * rpmmacro_ExpandMacro(PyObject * self, PyObject * args, PyObject * kwds);

#endif