X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=vss.h;h=bf1357864e4a967952d0764d3e0175b11b8dc182;hb=976c4dcf7865a8bb19129ce7349f666720bf9338;hp=33a4b09e5858bff26731501a41e747b6e9445d8b;hpb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35;p=paraslash.git diff --git a/vss.h b/vss.h index 33a4b09e..bf135786 100644 --- a/vss.h +++ b/vss.h @@ -1,12 +1,12 @@ /* - * Copyright (C) 2005-2014 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);