1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Remove file_getline() declaration

Follow up for a6fa8e8e0d
This commit is contained in:
Michael Vetter 2020-04-20 16:15:00 +02:00
parent 9e73782f72
commit 8d25e18b9a

View File

@ -88,7 +88,6 @@ char* str_replace(const char *string, const char *substr, const char *replacemen
int str_contains(const char str[], int size, char ch);
gboolean strtoi_range(char *str, int *saveptr, int min, int max, char **err_msg);
int utf8_display_len(const char *const str);
char* file_getline(FILE *stream);
char* release_get_latest(void);
gboolean release_is_new(char *found_version);