diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-10 23:43:47 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-11 00:08:40 +0200 |
| commit | 28ae865e5ecad9b398ac21fa148fc4b93c987226 (patch) | |
| tree | 1f045b4c55d9556557758f5cfa9457d07e988aa9 /main.c | |
| parent | e3177b549d5fb9c065d336cbb95301f48e29863a (diff) | |
| download | slcl-28ae865e5ecad9b398ac21fa148fc4b93c987226.tar.gz | |
Apply slweb renaming to libweb
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ #include "hex.h" #include "page.h" #include "style.h" -#include <slweb/handler.h> -#include <slweb/http.h> -#include <slweb/wildcard_cmp.h> +#include <libweb/handler.h> +#include <libweb/http.h> +#include <libweb/wildcard_cmp.h> #include <openssl/err.h> #include <openssl/rand.h> #include <dynstr.h> |
