spark: rename lt_dfbinput to lirmp_input

Origin commit data
------------------
Branch: master
Commit: 74c58d82aa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-12 (Sun, 12 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-12 20:48:09 +01:00
parent 4950b2ff31
commit 0d9db10799
6 changed files with 11 additions and 11 deletions

7
libspark/lirmp_input.h Normal file
View File

@@ -0,0 +1,7 @@
/* functions from lirmp_input.cpp */
#ifndef __LIRMP_INPUT_H_
#define __LIRMP_INPUT_H_
void start_input_thread(void);
void stop_input_thread(void);
#endif