]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/main.h
Make Zorglub less unhappy
[vlc] / modules / visualization / galaktos / main.h
index de7eb88bc0c24ca9f3a482dd0bf473aa3ffef296..a513d4184327e294b0936964aebaefc105e1d260 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * main.h:
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN
+ * Copyright (C) 2004 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet <asmax@videolan.org>
@@ -24,6 +24,8 @@
 #ifndef _GALAKTOS_MAIN_H_
 #define _GALAKTOS_MAIN_H_
 
-int galaktos_update( galaktos_thread_t *p_thread, int16_t p_data[2][512] );
+int galaktos_init( galaktos_thread_t *p_thread );
+void galaktos_done( galaktos_thread_t *p_thread );
+int galaktos_update( galaktos_thread_t *p_thread );
 
 #endif