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