projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bf58e21
)
mood: make reload_current_mood() static.
author
Andre Noll
<maan@systemlinux.org>
Mon, 3 May 2010 00:03:43 +0000
(
02:03
+0200)
committer
Andre Noll
<maan@systemlinux.org>
Mon, 3 May 2010 00:03:43 +0000
(
02:03
+0200)
mood.c
patch
|
blob
|
history
mood.h
patch
|
blob
|
history
diff --git
a/mood.c
b/mood.c
index c03867c1b86a27551f24c5b97a608f9e1107d2e8..d24eac912161f5d51c27ea020c08fccddb2f066a 100644
(file)
--- 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 4a4d206e4678137b1e2f3ae19373314bf51683a5..5ef01489dd8bba3128cf5b5967bcf43d27cd92b2 100644
(file)
--- 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);