dtlogin: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:16:41 +01:00
parent 806257b154
commit 2d60124e03
10 changed files with 45 additions and 79 deletions

View File

@@ -732,7 +732,7 @@ LogError( unsigned char *fmt, ...)
***************************************************************************/
void
CloseCatalog()
CloseCatalog(void)
{
catclose(nl_fd);
}
@@ -744,7 +744,7 @@ CloseCatalog()
***************************************************************************/
void
OpenCatalog()
OpenCatalog(void)
{
static int initialized = 0;
char *nlspath, *newnlspath;