comparison mp_fifo.h @ 22824:cd0ec0b1d931

Missing svn add from r22841.
author rathann
date Thu, 29 Mar 2007 17:21:17 +0000
parents
children dfca45ad9326
comparison
equal deleted inserted replaced
22823:98eaf29b5dee 22824:cd0ec0b1d931
1 #ifndef MP_FIFO_H
2 #define MP_FIFO_H
3
4 int mplayer_get_key(int fd);
5 void mplayer_put_key(int code);
6
7 #endif