Move opts/ into util/opts/

This commit is contained in:
Kamil Trzcinski
2022-09-02 22:00:01 +02:00
parent 9a592fb00e
commit f5726fc9b2
34 changed files with 48 additions and 48 deletions

View File

@@ -12,7 +12,7 @@
#include <signal.h>
#include "http/http.h"
#include "opts/log.h"
#include "util/opts/log.h"
static int http_listen(int port, int maxcons)
{