summaryrefslogtreecommitdiff
path: root/python/rpmfd-py.h
blob: 2063fbfa5c5132a2e1c43020ac06512e0cfca1ff (plain)
1
2
3
4
5
6
7
8
#ifndef H_RPMFD_PY
#define H_RPMFD_PY

#include <rpm/rpmio.h>

int rpmFdFromPyObject(PyObject *obj, FD_t *fdp);

#endif