diff options
author | wrmr | 2024-11-09 02:04:33 -0500 |
---|---|---|
committer | wrmr | 2024-11-09 02:04:33 -0500 |
commit | 38987f3f5a3919ac81ba419e05ac8610c269faff (patch) | |
tree | dc76c691f0e7d8385224ede708b9390b50b68dff /net.h | |
parent | 12d5d0df5c4b958bbb5cc339a9e556c50136a974 (diff) |
rename buf_t to str_t, and consolidate str.c/h with strv.c/h
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net.h b/net.h index a2ad569..fa1ac87 100644 --- a/net.h +++ b/net.h @@ -1,7 +1,7 @@ #ifndef NET_H #define NET_H -#include "buf.h" +#include "str.h" #include "doc.h" #define HOST_MAX 255 |