Skip to content

Commit

Permalink
Avoid exposing get_line function to the world
Browse files Browse the repository at this point in the history
That would very likely conflict.
  • Loading branch information
sthibaul committed Oct 4, 2023
1 parent 0f2aaba commit 6518c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/c/libspeechd.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ char *strndup(const char *s, size_t n)
Unlike getline, this does not handle embedded \0 bytes.
*/
static
char *get_line(SPDConnection * conn, int *n)
{
int bytes;
Expand Down

0 comments on commit 6518c64

Please sign in to comment.