X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=zpm.h;h=ee807228048b5588dec76941bddeb37c690195ec;hb=ea8f3e12fe9fc4b4ff43c21505cb36f36a0a52e4;hp=7ed6cfefdcb900784abda2a794f9b6ae937b5a2f;hpb=cc86639ed2cb9237b75ddb603b101929a3ee71d6;p=zpackage diff --git a/zpm.h b/zpm.h index 7ed6cfe..ee80722 100644 --- a/zpm.h +++ b/zpm.h @@ -98,4 +98,5 @@ void *compresslzma(void *buf, size_t bufsize, size_t *len); int zpm_hash(char *path, char *hash, uint32_t flags); int zpm_readopts(struct zpm *pkg, int ac, char **av); +int zpm_vercmp(char *a, char *b); #endif