comparison input/input.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 883c6c3ae041
children 4ab1cfcee430
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef INPUT_H 1 #ifndef MPLAYER_INPUT_H
2 #define INPUT_H 2 #define MPLAYER_INPUT_H
3 3
4 // All command IDs 4 // All command IDs
5 #define MP_CMD_SEEK 0 5 #define MP_CMD_SEEK 0
6 #define MP_CMD_AUDIO_DELAY 1 6 #define MP_CMD_AUDIO_DELAY 1
7 #define MP_CMD_QUIT 2 7 #define MP_CMD_QUIT 2
300 int 300 int
301 mp_input_check_interrupt(int time); 301 mp_input_check_interrupt(int time);
302 302
303 extern int async_quit_request; 303 extern int async_quit_request;
304 304
305 #endif /* INPUT_H */ 305 #endif /* MPLAYER_INPUT_H */