aboutsummaryrefslogtreecommitdiff
path: root/real_main.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-18 14:25:16 -0400
committerTest_User <hax@andrewyu.org>2024-06-18 14:25:16 -0400
commit9f5d2e74e61cbc112d6e71176f4389f0be2c4f9f (patch)
tree8d65cc6f2c040d5c22406d1c4632bc0455768222 /real_main.c
parent03c8ff39bcb15bf094fcf7af699b6fedc5b38327 (diff)
downloadhaxircd-9f5d2e74e61cbc112d6e71176f4389f0be2c4f9f.tar.gz
haxircd-9f5d2e74e61cbc112d6e71176f4389f0be2c4f9f.zip
Network relocations, and in-progress buffered networking code
Diffstat (limited to 'real_main.c')
-rw-r--r--real_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/real_main.c b/real_main.c
index 2b6d71a..3990feb 100644
--- a/real_main.c
+++ b/real_main.c
@@ -35,13 +35,13 @@
#include "mutex.h"
#ifdef USE_PLAINTEXT
-#include "plaintext_network.h"
+#include "networks/plaintext.h"
#endif
#ifdef USE_GNUTLS
-#include "gnutls_network.h"
+#include "networks/gnutls.h"
#endif
#ifdef USE_OPENSSL
-#include "openssl_network.h"
+#include "networks/openssl.h"
#endif
#ifdef USE_SERVER