X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.h;h=33a4b09e5858bff26731501a41e747b6e9445d8b;hp=bd798b0cfdaf454faee5816c3b16ffbed99e112b;hb=72468e97b630d07e3ccf982631f5f3ba2c3d9409;hpb=a365b8263a0d7a1673699bdf454677c95b38eb95 diff --git a/vss.h b/vss.h index bd798b0c..33a4b09e 100644 --- a/vss.h +++ b/vss.h @@ -1,12 +1,12 @@ /* - * Copyright (C) 2005-2011 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);