]> git.tuebingen.mpg.de Git - paraslash.git/blob - mood.h
server: Add --http-listen-address and --dccp-listen-address.
[paraslash.git] / mood.h
1 /* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
2
3 /** \file mood.h Public functions of mood.c. */
4
5 int change_current_mood(const char *mood_name, char **errmsg);
6 void close_current_mood(void);
7 int mood_check_callback(struct afs_callback_arg *aca);