We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05070e9 + 9a59da8 commit 2c4443fCopy full SHA for 2c4443f
1 file changed
libcli.h
@@ -16,6 +16,11 @@ extern "C" {
16
#define LIBCLI_VERSION_REVISION 7
17
#define LIBCLI_VERSION ((LIBCLI_VERSION_MAJOR << 16) | (LIBCLI_VERSION_MINOR << 8) | LIBCLI_VERSION_REVISION)
18
19
+// for backward compatability
20
+#define LIBCLI_VERISON_MINOR LIBCLI_VERSION_MINOR
21
+#define LIBCLI_VERISON_REVISION LIBCLI_VERSION_REVISION
22
+
23
24
#define CLI_OK 0
25
#define CLI_ERROR -1
26
#define CLI_QUIT -2
0 commit comments