summaryrefslogtreecommitdiff
path: root/csvncgi/cmpvers.h
diff options
context:
space:
mode:
Diffstat (limited to 'csvncgi/cmpvers.h')
-rw-r--r--csvncgi/cmpvers.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/csvncgi/cmpvers.h b/csvncgi/cmpvers.h
new file mode 100644
index 0000000..c233324
--- /dev/null
+++ b/csvncgi/cmpvers.h
@@ -0,0 +1,18 @@
+
+#ifndef _CMP_VERSION_H_
+#define _CMP_VERSION_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+extern int cmp_version( const char *s1, const char *s2 );
+extern const char *max_version( const char *s1, const char *s2 );
+
+
+#ifdef __cplusplus
+} /* ... extern "C" */
+#endif
+
+#endif /* _CMP_VERSION_H_ */