Fix -l and -L build options.

This commit is contained in:
Christoffer Lerno
2022-08-10 22:21:29 +02:00
parent 92b4eeaa35
commit aa337049ea
6 changed files with 28 additions and 18 deletions

View File

@@ -99,6 +99,7 @@ void taskqueue_wait_for_completion(TaskQueueRef queue);
const char *str_remove_suffix(const char *name, const char *suffix);
bool str_has_suffix(const char *name, const char *suffix);
char *str_trim(char *str);
const char *str_trim_start(const char *str);
void str_trim_end(char *str);