diff --git a/asnw/makefile b/network/makefile similarity index 93% rename from asnw/makefile rename to network/makefile index 2df2989..e33e4c9 100644 --- a/asnw/makefile +++ b/network/makefile @@ -5,7 +5,7 @@ CFLAGS := -Wall -Wno-strict-aliasing -Wno-uninitialized -g -rdynamic -std=gnu11 .PHONY : all clean install -TARGET := libasnw.a +TARGET := libnetwork.a all : $(TARGET) diff --git a/asnw/nw_buf.c b/network/nw_buf.c similarity index 100% rename from asnw/nw_buf.c rename to network/nw_buf.c diff --git a/asnw/nw_buf.h b/network/nw_buf.h similarity index 100% rename from asnw/nw_buf.h rename to network/nw_buf.h diff --git a/asnw/nw_clt.c b/network/nw_clt.c similarity index 100% rename from asnw/nw_clt.c rename to network/nw_clt.c diff --git a/asnw/nw_clt.h b/network/nw_clt.h similarity index 100% rename from asnw/nw_clt.h rename to network/nw_clt.h diff --git a/asnw/nw_evt.c b/network/nw_evt.c similarity index 100% rename from asnw/nw_evt.c rename to network/nw_evt.c diff --git a/asnw/nw_evt.h b/network/nw_evt.h similarity index 100% rename from asnw/nw_evt.h rename to network/nw_evt.h diff --git a/asnw/nw_job.c b/network/nw_job.c similarity index 100% rename from asnw/nw_job.c rename to network/nw_job.c diff --git a/asnw/nw_job.h b/network/nw_job.h similarity index 100% rename from asnw/nw_job.h rename to network/nw_job.h diff --git a/asnw/nw_ses.c b/network/nw_ses.c similarity index 100% rename from asnw/nw_ses.c rename to network/nw_ses.c diff --git a/asnw/nw_ses.h b/network/nw_ses.h similarity index 100% rename from asnw/nw_ses.h rename to network/nw_ses.h diff --git a/asnw/nw_sock.c b/network/nw_sock.c similarity index 100% rename from asnw/nw_sock.c rename to network/nw_sock.c diff --git a/asnw/nw_sock.h b/network/nw_sock.h similarity index 100% rename from asnw/nw_sock.h rename to network/nw_sock.h diff --git a/asnw/nw_state.c b/network/nw_state.c similarity index 100% rename from asnw/nw_state.c rename to network/nw_state.c diff --git a/asnw/nw_state.h b/network/nw_state.h similarity index 100% rename from asnw/nw_state.h rename to network/nw_state.h diff --git a/asnw/nw_svr.c b/network/nw_svr.c similarity index 100% rename from asnw/nw_svr.c rename to network/nw_svr.c diff --git a/asnw/nw_svr.h b/network/nw_svr.h similarity index 100% rename from asnw/nw_svr.h rename to network/nw_svr.h diff --git a/asnw/nw_timer.c b/network/nw_timer.c similarity index 100% rename from asnw/nw_timer.c rename to network/nw_timer.c diff --git a/asnw/nw_timer.h b/network/nw_timer.h similarity index 100% rename from asnw/nw_timer.h rename to network/nw_timer.h