aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-21 01:33:58 +0000
committerdacctal <dacctal@symlinx.net>2026-06-21 01:33:58 +0000
commit7cde9aeb5dccce578c1eed13cf1ed2c61e446800 (patch)
tree3323e34bbec0a87a4bb659a90816b28a6a241f5a /include
parent6482da05e96630d622f7deea02e31cb0ff07c89e (diff)
huge code cleanup
Diffstat (limited to 'include')
-rw-r--r--include/search.h (renamed from include/find.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/find.h b/include/search.h
index da5258f..991a885 100644
--- a/include/find.h
+++ b/include/search.h
@@ -1,4 +1,4 @@
#ifndef FIND
#define FIND
-void find(const char* arg);
+void search(const char* arg);
#endif