From 315b33540a008fba0af1cdbad5d3448d98a6e73c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 20 Apr 2012 23:10:22 +0200 Subject: Mark several functions static These are not needed outside of the corresponding compilation units. Spotted with "-Wmissing-prototypes". Signed-off-by: Lukas Fleischer --- src/todo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/todo.c') diff --git a/src/todo.c b/src/todo.c index 7419222..27e9c36 100644 --- a/src/todo.c +++ b/src/todo.c @@ -506,7 +506,7 @@ todo_pipe_item (void) wins_unprepare_external (); } -void +static void todo_free (struct todo *todo) { mem_free (todo->mesg); -- cgit v1.2.3-54-g00ecf