Mark several functions static

These are not needed outside of the corresponding compilation units.
Spotted with "-Wmissing-prototypes".

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2012-04-20 23:10:22 +02:00
parent 0791eaabca
commit 315b33540a
5 changed files with 5 additions and 5 deletions

View File

@@ -324,7 +324,7 @@ io_extract_data (char *dst_data, const char *org, int len)
*dst_data = '\0';
}
void
static void
display_mark (void)
{
const int DISPLAY_TIME = 1;