Make functions static that are only accessed from the same compilation unit

Also removed some declarations for undefined functions.
This commit is contained in:
Tobias Brunner
2022-10-05 19:00:46 +02:00
parent c58ba0cb9f
commit 7f46c76125
23 changed files with 29 additions and 70 deletions
-5
View File
@@ -59,11 +59,6 @@ bool fetchline(chunk_t *src, chunk_t *line);
*/
err_t extract_value(chunk_t *value, chunk_t *line);
/**
* extracts a name: value pair from a text line
*/
err_t extract_name_value(chunk_t *name, chunk_t *value, chunk_t *line);
/**
* extracts a parameter: value from a text line
*/