diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/spm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/spm.h b/include/spm.h index 2199ded..f7b7b60 100644 --- a/include/spm.h +++ b/include/spm.h @@ -144,6 +144,8 @@ static int _strsort_compare(const void *a, const void *b); void strsort(char **arr); int find_in_file(const char *filename, const char *pattern); int isrelational(char ch); +void print_banner(const char *s, int len); + // find.c char *find_executable(const char *program); |