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:
@@ -506,7 +506,7 @@ todo_pipe_item (void)
|
||||
wins_unprepare_external ();
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
todo_free (struct todo *todo)
|
||||
{
|
||||
mem_free (todo->mesg);
|
||||
|
||||
Reference in New Issue
Block a user