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