Skip to content
Snippets Groups Projects
Commit 1731a14c authored by rswindell's avatar rswindell
Browse files

We need the lprintf() prototype here, not lputs().

parent 2ef7434d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ static void prep_cfg(scfg_t* cfg);
static void free_attr_cfg(scfg_t* cfg);
char * readtext(long *line, FILE *stream);
int lputs(int level, char *); /* log output */
int lprintf(int level, char *fmt, ...); /* log output */
/****************************************************************************/
/* Initializes system and node configuration information and data variables */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment