aboutsummaryrefslogtreecommitdiff
path: root/include/str.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-06-05 17:00:51 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-06-05 17:00:51 -0400
commit389d0b2badf4a9cd33ed91a928b91475fb0d0a4f (patch)
treee7118bd11dc3647784d529643eafd0a28f85c244 /include/str.h
parentf76fed00c9c9289b354e7f8dd6f14ea699ef16a2 (diff)
downloadspmc-389d0b2badf4a9cd33ed91a928b91475fb0d0a4f.tar.gz
Move find.c functions into fs.c
Diffstat (limited to 'include/str.h')
-rw-r--r--include/str.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/str.h b/include/str.h
index ae54997..5a94bd0 100644
--- a/include/str.h
+++ b/include/str.h
@@ -22,7 +22,6 @@ char *join(char **arr, const char *separator);
char *join_ex(char *separator, ...);
char *substring_between(char *sptr, const char *delims);
void strsort(char **arr, unsigned int sort_mode);
-int find_in_file(const char *filename, const char *pattern);
int isrelational(char ch);
void print_banner(const char *s, int len);
char *strstr_array(char **arr, const char *str);