mirror of https://github.com/ValdikSS/GoodbyeDPI
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
146 B
7 lines
146 B
#if !HAVE_GETDELIM
|
|
ssize_t getdelim(char **, size_t *, int, FILE *);
|
|
#endif
|
|
|
|
#if !HAVE_GETLINE
|
|
ssize_t getline(char **, size_t *, FILE *);
|
|
#endif
|
|
|