From 7cde9aeb5dccce578c1eed13cf1ed2c61e446800 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 21 Jun 2026 01:33:58 +0000 Subject: huge code cleanup --- include/find.h | 4 ---- include/search.h | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 include/find.h create mode 100644 include/search.h (limited to 'include') diff --git a/include/find.h b/include/find.h deleted file mode 100644 index da5258f..0000000 --- a/include/find.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef FIND -#define FIND -void find(const char* arg); -#endif diff --git a/include/search.h b/include/search.h new file mode 100644 index 0000000..991a885 --- /dev/null +++ b/include/search.h @@ -0,0 +1,4 @@ +#ifndef FIND +#define FIND +void search(const char* arg); +#endif -- cgit v1.2.3