repo.or.cz
/
vlc
/
vlc-acra.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loader: Upgrade pop/push pack headers from latest wine git to fix compilation on...
[vlc/vlc-acra.git]
/
test
/
native
/
stats.c
blob
b1d71169f67972c87b26f18ef883aae29cbbd365
1
#include
"../pyunit.h"
2
#ifdef HAVE_CONFIG_H
3
# include
"config.h"
4
#endif
5
6
#include <vlc/vlc.h>
7
8
PyObject
*
timers_test
(
PyObject
*
self
,
PyObject
*
args
)
9
{
10
Py_INCREF
(
Py_None
);
11
return
Py_None
;
12
}