server: Rename init_vss_task() to vss_init().
[paraslash.git] / vss.h
diff --git a/vss.h b/vss.h
index c4d6f7376933a9f59569405dfa9e847e2c9dc0b9..bf1357864e4a967952d0764d3e0175b11b8dc182 100644 (file)
--- a/vss.h
+++ b/vss.h
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file vss.h Exported functions from vss.c (para_server). */
 
  *
  * 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);
 unsigned int vss_playing(void);
 unsigned int vss_next(void);
 unsigned int vss_repos(void);