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