1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00
mpv/mp_fifo.h
diego d6e22603ef Add explanatory comments to #endif preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25568 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-01 19:36:23 +00:00

8 lines
122 B
C

#ifndef MP_FIFO_H
#define MP_FIFO_H
int mplayer_get_key(int fd);
void mplayer_put_key(int code);
#endif /* MP_FIFO_H */