Skip to content
Snippets Groups Projects
Commit 47093d06 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Protoize cnvt_str2int()

parent d8ac5cab
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ static STRDISP syslog_types[] = {
NULL
};
static int cnvt_str2int();
static int cnvt_str2int( char *, STRDISP_P, int );
#endif /* LOG_LOCAL4 */
......@@ -337,10 +337,7 @@ destroy:
*/
static int
cnvt_str2int (stringVal, dispatcher, defaultVal)
char *stringVal;
STRDISP_P dispatcher;
int defaultVal;
cnvt_str2int( char *stringVal, STRDISP_P dispatcher, int defaultVal )
{
int retVal = defaultVal;
STRDISP_P disp;
......
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