server: Simplify afs socket cookie code.
[paraslash.git] / vss.h
diff --git a/vss.h b/vss.h
index b2cdef2bdb0b32fb3d1fe9c094346331ee95e89b..5ebcc4e41644f82a02f4e1519057e2b738de2061 100644 (file)
--- a/vss.h
+++ b/vss.h
@@ -1,12 +1,8 @@
-/*
- * Copyright (C) 2005-2012 Andre Noll <maan@systemlinux.org>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, 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);