]> git.ipfire.org Git - pakfire.git/blame - src/util.h
Add license information.
[pakfire.git] / src / util.h
CommitLineData
102c5ee7
MT
1
2#ifndef PAKFIRE_UTIL_H
3#define PAKFIRE_UTIL_H
4
5#include <Python.h>
6
45f5a3d9 7#include <solv/evr.h>
102c5ee7
MT
8
9extern PyObject *version_compare(PyObject *self, PyObject *args);
10
11#endif