]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mood.h
Move mood methods to a separate file.
[paraslash.git] / mood.h
diff --git a/mood.h b/mood.h
new file mode 100644 (file)
index 0000000..51c27a3
--- /dev/null
+++ b/mood.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2007-2009 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file mood.h Functions exported by mood.h. */
+
+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);