annotate mp_fifo.h @ 27195:5eb532ff5793

Remove unnecessary function keyword from shell script function declarations, it is a bashism.
author diego
date Mon, 07 Jul 2008 06:30:24 +0000
parents 4129c8cfa742
children c1a3f1bbba26
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25540
diff changeset
1 #ifndef MPLAYER_MP_FIFO_H
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25540
diff changeset
2 #define MPLAYER_MP_FIFO_H
22824
cd0ec0b1d931 Missing svn add from r22841.
rathann
parents:
diff changeset
3
cd0ec0b1d931 Missing svn add from r22841.
rathann
parents:
diff changeset
4 int mplayer_get_key(int fd);
cd0ec0b1d931 Missing svn add from r22841.
rathann
parents:
diff changeset
5 void mplayer_put_key(int code);
cd0ec0b1d931 Missing svn add from r22841.
rathann
parents:
diff changeset
6
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25540
diff changeset
7 #endif /* MPLAYER_MP_FIFO_H */