summaryrefslogtreecommitdiffstats
path: root/src/apk_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_version.h')
-rw-r--r--src/apk_version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_version.h b/src/apk_version.h
index e7036b3..313d24a 100644
--- a/src/apk_version.h
+++ b/src/apk_version.h
@@ -19,6 +19,7 @@
#define APK_VERSION_GREATER 4
const char *apk_version_op_string(int result_mask);
+int apk_version_result_mask(const char *str);
int apk_version_validate(apk_blob_t ver);
int apk_version_compare(apk_blob_t a, apk_blob_t b);