Convert para_server to lopsub.
[paraslash.git] / mood.h
1 /*
2  * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
3  *
4  * Licensed under the GPL v2. For licencing details see COPYING.
5  */
6
7 /** \file mood.h Public functions of mood.c. */
8
9 int change_current_mood(const char *mood_name);
10 void close_current_mood(void);
11 int mood_check_callback(struct afs_callback_arg *aca);