getting legacy grideye application to work on clixon

This commit is contained in:
Olof hagsand 2016-03-20 22:25:42 +01:00
parent 6169ea6bed
commit c1c1670a74
22 changed files with 952 additions and 805 deletions

View file

@ -464,7 +464,9 @@ send_msg_ok(int s)
}
int
send_msg_notify(int s, int level, char *event)
send_msg_notify(int s,
int level,
char *event)
{
int retval = -1;
struct clicon_msg *msg;