annotate mp_fifo.h @ 25540:dfca45ad9326

Add explanatory comments to #endif preprocessor directives.
author diego
date Tue, 01 Jan 2008 19:36:23 +0000
parents cd0ec0b1d931
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 */