X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mood.h;h=fcfe1efc8bdbd1175b32766b0d75f8395f84cbd0;hb=HEAD;hp=4a4d206e4678137b1e2f3ae19373314bf51683a5;hpb=e8089cd5efad59a5eec689117acf563a38b8c6c7;p=paraslash.git diff --git a/mood.h b/mood.h deleted file mode 100644 index 4a4d206e..00000000 --- a/mood.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright (C) 2007-2010 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);