view input/lirc.h @ 22326:fcfcb09762df

The fragment program functions are and most likely always will be ARB-only, so do not check for other function name variants.
author reimar
date Sun, 25 Feb 2007 16:07:51 +0000
parents d375383e1a48
children 6ac1ece1f9fe
line wrap: on
line source



int 
mp_input_lirc_init(void);

int
mp_input_lirc_read(int fd,char* dest, int s);

void
mp_input_lirc_close(int fd);