diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2026-04-24 19:55:04 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2026-04-24 19:55:04 -0400 |
| commit | b854ee2372eeab705bb3d812a62ac31d45acd774 (patch) | |
| tree | c6b4d35ac4a1e3686ed868f845c929edb1dac1ec /state.h | |
| parent | bbfbacc75e9bcb8a8b9d81b5f2a06567734c2873 (diff) | |
different args
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ typedef struct { char* prompt; bool exact_match; bool center; - bool verbose; + size_t verbose; bool password; bool orderless; char* (*strstr2)(const char*, const char*); |
