Fixed missing return type in synopsis.

This commit is contained in:
Bruce Evans 2001-10-03 04:01:51 +00:00
parent 9f770bc78c
commit d703551558

View file

@ -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"