1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,12 @@ |
1 |
+/* |
|
2 |
+ * sshchat.h |
|
3 |
+ * |
|
4 |
+ * Common constants for server and client parts of sshchat. |
|
5 |
+ * |
|
6 |
+ * Author: Dario Rodriguez dario@softhome.net |
|
7 |
+ * This program is licensed under the terms of the GPL v2.1+ |
|
8 |
+ */ |
|
9 |
+ |
|
10 |
+#define SERVERPORT 4798 |
|
11 |
+ |
|
12 |
+ |