Skip to content
Snippets Groups Projects
Commit 49fc9bfd authored by Sebastien Ponce's avatar Sebastien Ponce Committed by Steven Murray
Browse files

Fixed wrong API of getconfent_multi

parent 83f0cc18
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ getconfent, getconfent_r \- Get configuration entry
.br
.BI " char ***" result ,
.br
.BI " int **" count );
.BI " int *" count );
.PP
.BI "char * getconfent_fromfile ("
.br
......@@ -50,7 +50,7 @@ getconfent, getconfent_r \- Get configuration entry
.br
.BI " char ***" result ,
.br
.BI " int **" count );
.BI " int *" count );
.PP
.fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment