File: dpkgversions.h

package info (click to toggle)
reprepro 5.3.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,960 kB
  • sloc: ansic: 52,311; sh: 1,875; python: 1,625; makefile: 167
file content (13 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (11)
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