wiegand: no previous prototype warnings

This commit is contained in:
Philippe Teuwen 2019-10-26 18:49:25 +02:00
commit af75c70c27
2 changed files with 37 additions and 37 deletions

View file

@ -90,7 +90,7 @@ static FILE *current_cmdscriptfile() {
return cmdscriptfile[cmdscriptfile_idx];
}
bool pop_cmdscriptfile() {
static bool pop_cmdscriptfile() {
fclose(cmdscriptfile[cmdscriptfile_idx]);
cmdscriptfile[cmdscriptfile_idx--] = NULL;
if (cmdscriptfile_idx == 0)