mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
Fixed missing return type in synopsis.
This commit is contained in:
parent
9f770bc78c
commit
d703551558
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@
|
|||
.Fn dialog_create_rc "unsigned char *filename"
|
||||
.Ft "int"
|
||||
.Fn dialog_yesno "unsigned char *title" "unsigned char *prompt" "int height" "int width"
|
||||
.Ft "int"
|
||||
.Fn dialog_noyes "unsigned char *title" "unsigned char *prompt" "int height" "int width"
|
||||
.Ft "int"
|
||||
.Fn dialog_prgbox "unsigned char *title" "const unsigned char *line" "int height" "int width" "int pause" "int use_shell"
|
||||
|
|
|
|||
Loading…
Reference in a new issue