mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix prototype.
This commit is contained in:
parent
639d850061
commit
41792fb59f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
.Ft int
|
||||
.Fn el_getc "EditLine *e" "char *ch"
|
||||
.Ft void
|
||||
.Fn el_push "EditLine *e" "const char *str"
|
||||
.Fn el_push "EditLine *e" "char *str"
|
||||
.Ft int
|
||||
.Fn el_parse "EditLine *e" "int argc" "const char *argv[]"
|
||||
.Ft int
|
||||
|
|
|
|||
Loading…
Reference in a new issue