Files: Rearranged backend .h files: moved client_entry to clixon_backend_client.h

This commit is contained in:
Olof hagsand 2023-02-26 16:09:53 +01:00
parent d6c523d27a
commit 5f2978d06c
14 changed files with 46 additions and 39 deletions

View file

@ -1131,9 +1131,9 @@ static int
cli_notification_cb(int s,
void *arg)
{
int retval = -1;
struct clicon_msg *reply = NULL;
int eof;
int retval = -1;
cxobj *xt = NULL;
enum format_enum format = (enum format_enum)arg;
int ret;