X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.h;h=ae53f6eccf8327c6035c6f33dceb01b0268e3616;hp=c7e41b9d6159c8f93faae559e4a1e16645391554;hb=8aa0f575bcca12ab63ab53141c2144448c457478;hpb=dae03f0046d6695172aa32722600e1b9deea1e9c diff --git a/vss.h b/vss.h index c7e41b9d..ae53f6ec 100644 --- a/vss.h +++ b/vss.h @@ -1,12 +1,12 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005-2011 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);