From 8c3ba33ced08b211db0cd5f81675bdf62f55acc7 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 20 Jul 2023 23:47:33 +0200 Subject: Move header files to subdirectory Since slweb is meant as a library, it is advisable to keep public header files under their own directory in order to avoid name clashing i.e., #include "something.h" Now becomes: #include "slweb/something.h" --- wildcard_cmp.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 wildcard_cmp.h (limited to 'wildcard_cmp.h') diff --git a/wildcard_cmp.h b/wildcard_cmp.h deleted file mode 100644 index fa09913..0000000 --- a/wildcard_cmp.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef WILDCARD_CMP_H -#define WILDCARD_CMP_H - -#include - -int wildcard_cmp(const char *s, const char *p, bool casecmp); - -#endif /* WILDCARD_CMP_H */ -- cgit v1.2.3