diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-26 11:00:19 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-26 11:00:19 -0500 |
commit | 115076941358f58e13b9a8e79840fa741f70a84f (patch) | |
tree | b8d5d59c9f467fb264c6e3bc402aba4c4c898fec /include/spm.h | |
parent | b7e55876614b1c55bb4e9cf58003de61c1dd8932 (diff) | |
download | spmc-115076941358f58e13b9a8e79840fa741f70a84f.tar.gz |
Listing packages and printing banners
Diffstat (limited to 'include/spm.h')
-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); |