]> git.sesse.net Git - vlc/blobdiff - test/native/stats.c
Clean-up test
[vlc] / test / native / stats.c
index d48575e0a2c74b956aa46d7360c8e97a8d2e94c1..3a20702da8ada2d4069e735175be2a13e54cee7a 100644 (file)
@@ -1,7 +1,7 @@
 #include "../pyunit.h"
 #include <vlc/vlc.h>
 
-static PyObject *timers_test( PyObject *self, PyObject *args )
+PyObject *timers_test( PyObject *self, PyObject *args )
 {
      Py_INCREF( Py_None );
      return Py_None;