diff options
| author | 2024-12-24 14:38:53 -0500 | |
|---|---|---|
| committer | 2024-12-24 14:38:53 -0500 | |
| commit | 822e754cafdc5a32c80c97ca015cd6f9008329c3 (patch) | |
| tree | aa8831eca4f896928e9c3ba78446ca95762fccac /include | |
| parent | dcc43df0a40cbb2126505396cac4db26008d49b1 (diff) | |
| download | libnaunet-822e754cafdc5a32c80c97ca015cd6f9008329c3.tar.gz libnaunet-822e754cafdc5a32c80c97ca015cd6f9008329c3.tar.bz2 libnaunet-822e754cafdc5a32c80c97ca015cd6f9008329c3.zip | |
Rename, cleanup and pass on readability
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'include')
| -rw-r--r-- | include/nnwt/common.h (renamed from include/aki/common.h) | 2 | ||||
| -rw-r--r-- | include/nnwt/event_loop.h (renamed from include/aki/event_loop.h) | 1 | ||||
| -rw-r--r-- | include/nnwt/file.h (renamed from include/aki/file.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/fs_event.h (renamed from include/aki/fs_event.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/http.h (renamed from include/aki/http.h) | 2 | ||||
| -rw-r--r-- | include/nnwt/line_processor.h (renamed from include/aki/line_processor.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/multiplex.h (renamed from include/aki/multiplex.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/packet.h | 3 | ||||
| -rw-r--r-- | include/nnwt/packet_cache.h (renamed from include/aki/packet_cache.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/packet_pool.h (renamed from include/aki/packet_pool.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/packet_stream.h (renamed from include/aki/packet_stream.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/rpc2.h (renamed from include/aki/rpc2.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/signal.h (renamed from include/aki/signal.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/socket.h (renamed from include/aki/socket.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/thread.h (renamed from include/aki/thread.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/timer.h (renamed from include/aki/timer.h) | 0 | ||||
| -rw-r--r-- | include/nnwt/websocket.h (renamed from include/aki/websocket.h) | 2 |
17 files changed, 6 insertions, 4 deletions
diff --git a/include/aki/common.h b/include/nnwt/common.h index 153530d..71b0ed7 100644 --- a/include/aki/common.h +++ b/include/nnwt/common.h @@ -1,6 +1,6 @@ #pragma once #include "../../src/common.h" -#include "../../src/util/buffer.h" #include "../../src/util/error.h" +#include "../../src/util/buffer.h" #include "../../src/util/timer/timer.h" diff --git a/include/aki/event_loop.h b/include/nnwt/event_loop.h index d532d92..59382e2 100644 --- a/include/aki/event_loop.h +++ b/include/nnwt/event_loop.h @@ -2,4 +2,3 @@ #include "../../src/loop.h" #include "../../src/poll.h" -#include "../../src/util/packet.h" diff --git a/include/aki/file.h b/include/nnwt/file.h index 1935efa..1935efa 100644 --- a/include/aki/file.h +++ b/include/nnwt/file.h diff --git a/include/aki/fs_event.h b/include/nnwt/fs_event.h index 61f75df..61f75df 100644 --- a/include/aki/fs_event.h +++ b/include/nnwt/fs_event.h diff --git a/include/aki/http.h b/include/nnwt/http.h index 9a38452..cc939f8 100644 --- a/include/aki/http.h +++ b/include/nnwt/http.h @@ -1,5 +1,5 @@ #pragma once -#ifdef AKIYO_HAS_CURL +#ifdef NAUNET_HAS_CURL #include "../../src/curl/http.h" #endif diff --git a/include/aki/line_processor.h b/include/nnwt/line_processor.h index 613106c..613106c 100644 --- a/include/aki/line_processor.h +++ b/include/nnwt/line_processor.h diff --git a/include/aki/multiplex.h b/include/nnwt/multiplex.h index 1cf1dbe..1cf1dbe 100644 --- a/include/aki/multiplex.h +++ b/include/nnwt/multiplex.h diff --git a/include/nnwt/packet.h b/include/nnwt/packet.h new file mode 100644 index 0000000..c20bb71 --- /dev/null +++ b/include/nnwt/packet.h @@ -0,0 +1,3 @@ +#pragma once + +#include "../../src/util/packet.h" diff --git a/include/aki/packet_cache.h b/include/nnwt/packet_cache.h index 4d2b73c..4d2b73c 100644 --- a/include/aki/packet_cache.h +++ b/include/nnwt/packet_cache.h diff --git a/include/aki/packet_pool.h b/include/nnwt/packet_pool.h index bf854e1..bf854e1 100644 --- a/include/aki/packet_pool.h +++ b/include/nnwt/packet_pool.h diff --git a/include/aki/packet_stream.h b/include/nnwt/packet_stream.h index b1f4533..b1f4533 100644 --- a/include/aki/packet_stream.h +++ b/include/nnwt/packet_stream.h diff --git a/include/aki/rpc2.h b/include/nnwt/rpc2.h index f89c8d6..f89c8d6 100644 --- a/include/aki/rpc2.h +++ b/include/nnwt/rpc2.h diff --git a/include/aki/signal.h b/include/nnwt/signal.h index 6c7a071..6c7a071 100644 --- a/include/aki/signal.h +++ b/include/nnwt/signal.h diff --git a/include/aki/socket.h b/include/nnwt/socket.h index 1eacda0..1eacda0 100644 --- a/include/aki/socket.h +++ b/include/nnwt/socket.h diff --git a/include/aki/thread.h b/include/nnwt/thread.h index 729b1d4..729b1d4 100644 --- a/include/aki/thread.h +++ b/include/nnwt/thread.h diff --git a/include/aki/timer.h b/include/nnwt/timer.h index 08f5ff3..08f5ff3 100644 --- a/include/aki/timer.h +++ b/include/nnwt/timer.h diff --git a/include/aki/websocket.h b/include/nnwt/websocket.h index db1ed43..809f5a5 100644 --- a/include/aki/websocket.h +++ b/include/nnwt/websocket.h @@ -1,5 +1,5 @@ #pragma once -#ifdef AKIYO_HAS_CURL +#ifdef NAUNET_HAS_CURL #include "../../src/curl/websocket.h" #endif |