annotate mp_fifo.h @ 28291:2f5073b600f4

More #ifdef -> #if fixes
author reimar
date Fri, 16 Jan 2009 09:29:20 +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 */