Codebase list vdr-plugin-xineliboutput / upstream/1.0.7+cvs20120506.1319 xine_frontend_kbd.h
upstream/1.0.7+cvs20120506.1319

Tree @upstream/1.0.7+cvs20120506.1319 (Download .tar.gz)

xine_frontend_kbd.h @upstream/1.0.7+cvs20120506.1319raw · history · blame

/*
 * xine_frontend_kbd.h:
 *
 * See the main source file 'xineliboutput.c' for copyright information and
 * how to reach the author.
 *
 * $Id: xine_frontend_kbd.h,v 1.2 2011/02/28 13:41:08 phintuka Exp $
 *
 */

#ifndef XINE_FRONTEND_KBD_H
#define XINE_FRONTEND_KBD_H

struct frontend_s;

void kbd_start(struct frontend_s *fe, int slave_mode);
void kbd_stop(void);

#endif /* XINE_FRONTEND_KBD_H */