summaryrefslogtreecommitdiff
path: root/psdl.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-07-06 20:44:39 +0200
committerGravatar waker <wakeroid@gmail.com>2009-07-06 20:44:39 +0200
commit2b583ad8d29236e88b34107d5e98c9889a95b4dc (patch)
tree11f618ceb0fdf9dc418350930011ceca7d2f7918 /psdl.h
parent70679eb6465814b368eb1ec91c6b450f324512b5 (diff)
position tracking, statusbar, seekbar updating, some cleanup
Diffstat (limited to 'psdl.h')
-rw-r--r--psdl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/psdl.h b/psdl.h
index 4e0df68b..15be1389 100644
--- a/psdl.h
+++ b/psdl.h
@@ -27,4 +27,7 @@ psdl_unpause (void);
void
psdl_set_volume (float vol);
+struct codec_s*
+psdl_getcodec (void);
+
#endif // __PSDL_H