mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
Origin commit data
------------------
Branch: master
Commit: d363d3e95b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-02 (Thu, 02 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
8 lines
166 B
C
8 lines
166 B
C
/* functions from lt_dfbinput.c */
|
|
|
|
#ifndef __LT_DFB_INPUT_H_
|
|
#define __LT_DFB_INPUT_H_
|
|
void start_input_thread(IDirectFB *dfb);
|
|
void stop_input_thread(void);
|
|
#endif
|