X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2..55b8f7b6a738adb4dc9833233fc6111f3cd56969:/sbr/m_getfld.c diff --git a/sbr/m_getfld.c b/sbr/m_getfld.c index c085bf5f..6c158869 100644 --- a/sbr/m_getfld.c +++ b/sbr/m_getfld.c @@ -183,7 +183,7 @@ static int fdelimlen; static unsigned char *edelim; static int edelimlen; -static int (*eom_action)() = NULL; +static int (*eom_action)(int) = NULL; #ifdef _FSTDIO # define _ptr _p /* Gag */ @@ -596,7 +596,7 @@ m_unknown(FILE *iob) void -m_eomsbr (int (*action)()) +m_eomsbr (int (*action)(int)) { if ((eom_action = action)) { msg_style = MS_MSH;