X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=vss.h;h=bf1357864e4a967952d0764d3e0175b11b8dc182;hb=c3237b2165f8300955db7ada200fd916c983c788;hp=bedbb8017a1c4cddf12282d53a48b71b6bb60648;hpb=f652ce6afe7f6fd0e42814505234cbf4321a736e;p=paraslash.git diff --git a/vss.h b/vss.h index bedbb801..bf135786 100644 --- a/vss.h +++ b/vss.h @@ -1,12 +1,12 @@ /* - * Copyright (C) 2005-2013 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, struct sched *s); +void vss_init(int afs_socket, struct sched *s); unsigned int vss_playing(void); unsigned int vss_next(void); unsigned int vss_repos(void);