File: rpmtd-py.h

package info (click to toggle)
rpm 4.20.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,832 kB
  • sloc: ansic: 70,093; sh: 1,843; python: 1,037; cpp: 324; makefile: 39
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef H_RPMTD_PY
#define H_RPMTD_PY

PyObject * rpmtd_ItemAsPyobj(rpmtd td, rpmTagClass tclass);
PyObject * rpmtd_AsPyobj(rpmtd td);

int rpmtdFromPyObject(PyObject *obj, rpmtd *td);

#endif