controlapi: fix key translation for hd51; small code alignments

Origin commit data
------------------
Branch: ni/coolstream
Commit: 94f64ff3d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-22 (Mon, 22 Jan 2018)

Origin message was:
------------------
- controlapi: fix key translation for hd51; small code alignments

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-22 23:17:34 +01:00
parent 5308e07337
commit d1c253352f
2 changed files with 27 additions and 22 deletions

View File

@@ -41,7 +41,8 @@ private:
}
} fsort;
int rc_send(int ev, unsigned int code, unsigned int value);
void rc_sync(int fd);
int rc_send(int fd, unsigned int code, unsigned int value);
// send functions for ExecuteCGI (controld api)
void SendEventList(CyhookHandler *hh,t_channel_id channel_id);