vss: Avoid use after free in vss_send().
[paraslash.git] / vss.h
diff --git a/vss.h b/vss.h
index bd798b0cfdaf454faee5816c3b16ffbed99e112b..d2b1ad1dd2d008420462f7f7c4b53f9ff34ab243 100644 (file)
--- a/vss.h
+++ b/vss.h
@@ -1,12 +1,12 @@
 /*
- * Copyright (C) 2005-2011 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). */
 
-void init_vss_task(int afs_socket);
+void init_vss_task(int afs_socket, struct sched *s);
 unsigned int vss_playing(void);
 unsigned int vss_next(void);
 unsigned int vss_repos(void);