dpkg 1.22.7-3-g89f48
|
#include <dpkg/macros.h>
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. | |
#define | DEB_VERSION_OBJECT(X, Y) (struct deb_version)DEB_VERSION(X, Y) |
Compound literal for a deb_version. | |
Functions | |
const char * | deb_version_parse (struct deb_version *version, const char *str) |
Parse a .deb format version. | |