summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-09-23 23:02:09 +0100
committerFreeArtMan <dos21h@gmail.com>2017-09-23 23:02:09 +0100
commit1dcf41797bda73d9c9c286d1eff8309ee2148e13 (patch)
tree8ddef55d19ffb2eca5222b7f112c82f30a16248b
parentc2f9ce9c4b65ee53cd0c070895833215185061f3 (diff)
downloadagni-1dcf41797bda73d9c9c286d1eff8309ee2148e13.tar.gz
agni-1dcf41797bda73d9c9c286d1eff8309ee2148e13.zip
Moved RPC protocol file to main source
-rw-r--r--cmd/cmd_version.c2
-rw-r--r--nbrpc.c (renamed from extlibs/nbrpc.c)0
-rw-r--r--nbrpc.h (renamed from extlibs/nbrpc.h)4
3 files changed, 3 insertions, 3 deletions
diff --git a/cmd/cmd_version.c b/cmd/cmd_version.c
index f436eb1..e1c7de5 100644
--- a/cmd/cmd_version.c
+++ b/cmd/cmd_version.c
@@ -9,7 +9,7 @@ void *cmd_version(void *data)
printf("VERSION\n");
- snprintf(buf, buf_size, "VERSION:0.0.6" " DATE:" VERSION_DATE " COMMIT:" VERSION_COMMIT "");
+ snprintf(buf, buf_size, "VERSION:0.0.7" " DATE:" VERSION_DATE " COMMIT:" VERSION_COMMIT "");
ret = alloc_new_str(buf);
diff --git a/extlibs/nbrpc.c b/nbrpc.c
index 9adde5d..9adde5d 100644
--- a/extlibs/nbrpc.c
+++ b/nbrpc.c
diff --git a/extlibs/nbrpc.h b/nbrpc.h
index 6583b51..2c7b479 100644
--- a/extlibs/nbrpc.h
+++ b/nbrpc.h
@@ -1,5 +1,5 @@
-#ifndef __NBRPC_H
-#define __NBRPC_H
+#ifndef __AGNI_NBRPC_H
+#define __AGNI_NBRPC_H
#include <netbytes.h>