summaryrefslogtreecommitdiffstats
path: root/dpkgversions.h
blob: b7e04bcfa0f607f22572365023ed6d0f465f635d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef REPREPRO_DPKGVERSIONS_H
#define REPREPRO_DPKGVERSIONS_H

#ifndef REPREPRO_ERROR_H
#include "error.h"
#warning wth?
#endif

/* return error if those are not proper versions,
 * otherwise RET_OK and result is <0, ==0 or >0, if first is smaller, equal or larger */
retvalue dpkgversions_cmp(const char *, const char *, /*@out@*/int *);

#endif