commit | 45f298fccfd6952a21c3bbc422577939993a1928 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 29 10:26:26 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 29 10:26:26 2016 +0100 |
tree | 919f3782b345e5d601c4bce9843262187868b68a | |
parent | f0c92c0345ef7b8e5ae8b33354c389844d060df5 [diff] [blame] |
session REFACTOR call home functions separated to special headers
diff --git a/nc_client.h.in b/nc_client.h.in index e9a5bda..e892f6b 100644 --- a/nc_client.h.in +++ b/nc_client.h.in
@@ -30,5 +30,6 @@ #include <libnetconf2/log.h> #include <libnetconf2/messages_client.h> #include <libnetconf2/session_client.h> +#include <libnetconf2/session_client_ch.h> #endif /* NC_CLIENT_H_ */