]> Nishi Git Mirror - dataworks.git/commitdiff
made it compile
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 13 Jun 2024 05:46:28 +0000 (05:46 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 13 Jun 2024 05:46:28 +0000 (05:46 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@292 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

RemoteClient/rcli.c
RemoteClient/tcpip.c

index 39e906782e8a4d57c0234c5ce2d8fa9beb921d42..ad5bd372f606c7425e1051d0b3519699c758fd61 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include <dataworks.h>
 #include <dw_util.h>
index e23c9f5130c5bcce2ae3721fa38f2c8307f1fa38..b905f0d75bc865bd705d205e5c0dbf92f3ae9d19 100644 (file)
@@ -62,3 +62,13 @@ int rcli_init(void) {
        }
        return 0;
 }
+
+void disconnect(int sock) {
+}
+
+char* readline_sock(void) {
+       return NULL;
+}
+
+void writeline(const char* str) {
+}