aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/reader.h b/include/reader.h
index 8b61e6c..27b7a90 100644
--- a/include/reader.h
+++ b/include/reader.h
@@ -67,6 +67,6 @@ int get_cursor_pos(int *rows, int *cols);
int get_window_size(int *rows, int *cols);
int is_number(char *strnum);
-size_t split(const std::string &txt, std::vector<std::string> &strings, char ch);
+size_t split(const std::string &txt, std::vector<std::string> &strings, const std::string &delims);