dpkg 1.21.11
Data Structures | Macros | Functions
deb-version.h File Reference

(07413972a)

#include <dpkg/macros.h>
Include dependency graph for deb-version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  deb_version
 Data structure representing a .deb format version. More...
 

Macros

#define DEB_VERSION(X, Y)    { .major = (X), .minor = (Y) }
 Constant initializer for a deb_version. More...
 
#define DEB_VERSION_OBJECT(X, Y)    (struct deb_version)DEB_VERSION(X, Y)
 Compound literal for a deb_version. More...
 

Functions

const char * deb_version_parse (struct deb_version *version, const char *str)
 Parse a .deb format version. More...