annotate mp_fifo.h @ 25604:11cae072ab88

Whitespace-only cosmetics: get rid of tabs
author reimar
date Sun, 06 Jan 2008 20:27:14 +0000
parents dfca45ad9326
children 4129c8cfa742
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22824
cd0ec0b1d931 Missing svn add from r22841.
rathann
parents:
diff changeset
1 #ifndef MP_FIFO_H
cd0ec0b1d931 Missing svn add from r22841.
rathann
parents:
diff changeset
2 #define MP_FIFO_H
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
25540
dfca45ad9326 Add explanatory comments to #endif preprocessor directives.
diego
parents: 22824
diff changeset
7 #endif /* MP_FIFO_H */