Version 2 moods.
[paraslash.git] / mood.h
diff --git a/mood.h b/mood.h
index 4ea10ef8b988caf5b9e3771a8cb890970ae46cde..87050142869c68065764ed367deb3a0d8d8cffc8 100644 (file)
--- a/mood.h
+++ b/mood.h
@@ -6,6 +6,6 @@
 
 /** \file mood.h Public functions of mood.c. */
 
-int change_current_mood(char *mood_name);
+int change_current_mood(const char *mood_name, char **errmsg);
 void close_current_mood(void);
-int mood_check_callback(int fd, __a_unused const struct osl_object *query);
+int mood_check_callback(struct afs_callback_arg *aca);