X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mood.h;fp=mood.h;h=51c27a36c59a531dc4e79ebc75565b362db4ad8d;hb=9242741b62d726e7b673a3b10c62bbc8509a75ef;hp=0000000000000000000000000000000000000000;hpb=1dbe0b9828c0fe0fb642361473dedbcef7defc4c;p=paraslash.git diff --git a/mood.h b/mood.h new file mode 100644 index 00000000..51c27a36 --- /dev/null +++ b/mood.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2007-2009 Andre Noll + * + * 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);