]> git.ipfire.org Git - pakfire.git/blob - src/util.h
e43bc484a0a42470b909230ed9092530b6f0a163
[pakfire.git] / src / util.h
1
2 #ifndef PAKFIRE_UTIL_H
3 #define PAKFIRE_UTIL_H
4
5 #include <Python.h>
6
7 #include <satsolver/evr.h>
8
9 extern PyObject *version_compare(PyObject *self, PyObject *args);
10
11 #endif