mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix build.
This commit is contained in:
parent
320baf06b8
commit
53f48302de
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ arg_put(void *hook __unused, int letter, void *arg, int count, char *name)
|
|||
* 0: unconfirmed
|
||||
*/
|
||||
int
|
||||
get_confirmation()
|
||||
get_confirmation(void)
|
||||
{
|
||||
char str[1024];
|
||||
int response = -1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue