mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
Fix prototype.
This commit is contained in:
parent
639d850061
commit
41792fb59f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152759
@ -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 New Issue
Block a user