X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=vss.h;h=5ebcc4e41644f82a02f4e1519057e2b738de2061;hp=d2b1ad1dd2d008420462f7f7c4b53f9ff34ab243;hb=a35c113e0bb9fa9ac02b77eb01dd32f49cd5c8d0;hpb=6e0b28e02a1013c019a3225e922b71f913bfbae4 diff --git a/vss.h b/vss.h index d2b1ad1d..5ebcc4e4 100644 --- a/vss.h +++ b/vss.h @@ -1,12 +1,8 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file 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);