This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/IPCClient.c b/IPCClient.c | |
new file mode 100644 | |
index 0000000..0d3eefb | |
--- /dev/null | |
+++ b/IPCClient.c | |
@@ -0,0 +1,66 @@ | |
+#include "IPCClient.h" | |
+ | |
+#include <string.h> | |
+#include <sys/epoll.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python3 | |
import sys | |
from collections import namedtuple | |
Package = namedtuple('Package', ['name', 'version']) | |
name = '' | |
version = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/globals.c b/src/globals.c | |
index 0002109..b3324c3 100644 | |
--- a/src/globals.c | |
+++ b/src/globals.c | |
@@ -6,5 +6,5 @@ | |
#include "globals.h" | |
-extern struct global_s global; | |
-extern struct settings_s settings; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gentoo Minecraft Server Scripts |