X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.h;h=b2cdef2bdb0b32fb3d1fe9c094346331ee95e89b;hp=bd798b0cfdaf454faee5816c3b16ffbed99e112b;hb=e5fbc490c2c16ecfa7bce58a18e11a0f7d382b91;hpb=d5738d17b54186db8c9c7f119a03b58382ae9be4 diff --git a/vss.h b/vss.h index bd798b0c..b2cdef2b 100644 --- a/vss.h +++ b/vss.h @@ -1,12 +1,12 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2012 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);