aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2026-04-11 22:28:39 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2026-04-11 22:28:39 -0400
commitbbfbacc75e9bcb8a8b9d81b5f2a06567734c2873 (patch)
tree0553947878040daee598d17a5aca600fa8134c4b /state.h
parent820afc0d5af5d1536ecb7faaac86d01e788dacdf (diff)
fix some compiler error
Diffstat (limited to 'state.h')
-rw-r--r--state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.h b/state.h
index 1eab360..dbcc8fe 100644
--- a/state.h
+++ b/state.h
@@ -121,7 +121,7 @@ typedef struct {
bool verbose;
bool password;
bool orderless;
- char* (*strstr)(const char*, const char*);
+ char* (*strstr2)(const char*, const char*);
// input
item_t* items;