X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Fm_getfld.c;h=6c15886900d723e1a69f26b382877303f99855c6;hb=da831514de01e2407cef37c118ffff0526a486d0;hp=c085bf5f16bdb5db4c5ad1861fb45bcbeb90ca71;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/sbr/m_getfld.c b/sbr/m_getfld.c index c085bf5..6c15886 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;