From 8423bac2fb44696fe1b92847edb0fa186c8d012b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 3 May 2010 02:03:43 +0200 Subject: [PATCH] mood: make reload_current_mood() static. --- mood.c | 2 +- mood.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mood.c b/mood.c index c03867c1..d24eac91 100644 --- a/mood.c +++ b/mood.c @@ -873,7 +873,7 @@ out: * * \sa mood_open(), mood_close(). */ -int reload_current_mood(void) +static int reload_current_mood(void) { int ret; char *mood_name = NULL; diff --git a/mood.h b/mood.h index 4a4d206e..5ef01489 100644 --- a/mood.h +++ b/mood.h @@ -8,5 +8,4 @@ int change_current_mood(char *mood_name); void close_current_mood(void); -int reload_current_mood(void); void mood_check_callback(int fd, __a_unused const struct osl_object *query); -- 2.39.2