mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Remove names from some prototypes
This commit is contained in:
parent
7dcedc7a74
commit
4178e4b070
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include "local.h"
|
||||
#include "xlocale_private.h"
|
||||
|
||||
wchar_t *fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale);
|
||||
wchar_t *fgetwln_l(FILE * __restrict, size_t *, locale_t);
|
||||
|
||||
wchar_t *
|
||||
fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale)
|
||||
|
|
|
|||
Loading…
Reference in a new issue