Fix prototype.

This commit is contained in:
Ruslan Ermilov 2005-11-24 10:32:39 +00:00
parent 639d850061
commit 41792fb59f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152759

View File

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