mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
mail(1): Minor declaration updates.
Missing from r302903.
This commit is contained in:
parent
c433bea8c0
commit
eeb341a9f3
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ gethfield(FILE *f, char linebuf[], int rem, char **colon)
|
|||
*/
|
||||
|
||||
char*
|
||||
ishfield(char linebuf[], char *colon, const char *field)
|
||||
ishfield(char *linebuf, char *colon, const char *field)
|
||||
{
|
||||
char *cp = colon;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue