aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
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;