mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove names from some prototypes
This commit is contained in:
parent
f98e0c9dd8
commit
7dcedc7a74
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ __weak_reference(_flockfile_debug_stub, _flockfile_debug);
|
|||
__weak_reference(_ftrylockfile, ftrylockfile);
|
||||
__weak_reference(_funlockfile, funlockfile);
|
||||
|
||||
void _flockfile_debug_stub(FILE *fp, char *fname, int lineno);
|
||||
int _ftrylockfile(FILE *fp);
|
||||
void _flockfile_debug_stub(FILE *, char *, int);
|
||||
int _ftrylockfile(FILE *);
|
||||
|
||||
void
|
||||
_flockfile(FILE *fp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue