task_register() conversion: signal task
[paraslash.git] / mood.h
1 /*
2  * Copyright (C) 2007-2014 Andre Noll <maan@systemlinux.org>
3  *
4  * Licensed under the GPL v2. For licencing details see COPYING.
5  */
6
7 /** \file mood.h Functions exported by mood.h. */
8
9 int change_current_mood(char *mood_name);
10 void close_current_mood(void);
11 void mood_check_callback(int fd, __a_unused const struct osl_object *query);