summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-06-24 14:34:21 -0400
committerAndrew Opalach <andrew@akon.city> 2024-06-24 14:34:21 -0400
commita320ee672ccf52297dc509b25ed263f165709b31 (patch)
treeef78116173aa19c28ee4a46f861861f700528c50 /include
parent3d1ab87859a291cf8965b56703931193d5e6ae25 (diff)
downloadlibnaunet-a320ee672ccf52297dc509b25ed263f165709b31.tar.gz
libnaunet-a320ee672ccf52297dc509b25ed263f165709b31.tar.bz2
libnaunet-a320ee672ccf52297dc509b25ed263f165709b31.zip
Add multiplex, a bunch of cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'include')
-rw-r--r--include/aki/multiplex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aki/multiplex.h b/include/aki/multiplex.h
new file mode 100644
index 0000000..1cf1dbe
--- /dev/null
+++ b/include/aki/multiplex.h
@@ -0,0 +1,3 @@
+#pragma once
+
+#include "../../src/multiplex.h"