fix compiler warnings

This commit is contained in:
2024-08-13 13:19:28 -07:00
parent 251a7f405e
commit 3e65bd58c5
8 changed files with 28 additions and 24 deletions

View File

@ -10,8 +10,6 @@
char *md5_str(const char *);
char *capture_system(const char *);
Vector *string_to_int_vector(const char *input_string, const char *delim);
#endif