X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.h;h=c4d6f7376933a9f59569405dfa9e847e2c9dc0b9;hp=c7e41b9d6159c8f93faae559e4a1e16645391554;hb=d1e6b28f66e243516d01916f9125baee75dd98d6;hpb=dae03f0046d6695172aa32722600e1b9deea1e9c diff --git a/vss.h b/vss.h index c7e41b9d..c4d6f737 100644 --- a/vss.h +++ b/vss.h @@ -1,12 +1,12 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file vss.h Exported functions from vss.c (para_server). */ -void init_vss_task(int afs_socket); +void init_vss_task(int afs_socket, struct sched *s); unsigned int vss_playing(void); unsigned int vss_next(void); unsigned int vss_repos(void);