Revert "- rc_input: rename checkLnkDev() to checkdev_lnk(); ..."

This reverts commit 9111e53631.


Origin commit data
------------------
Commit: 63dce04974
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-22 (Wed, 22 Feb 2017)
This commit is contained in:
Stefan Seyfried
2017-02-22 20:05:26 +01:00
parent 10878bc6e8
commit fbd074d84c
2 changed files with 22 additions and 21 deletions

View File

@@ -171,7 +171,7 @@ class CRCInput
bool checkpath(in_dev id);
bool checkdev();
#ifdef BOXMODEL_CS_HD2
bool checkdev_lnk(std::string lnk);
bool checkLnkDev(std::string lnk);
#endif
void close();
int translate(int code);