commit | d0d19522341c49f1a0a5a74e0b034916594c7f83 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Sep 02 13:49:25 2015 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed Sep 02 13:49:25 2015 +0200 |
tree | 80b0a37bd98d6fcff3a75af26d682935b0c47ea6 | |
parent | a352802b9ffd691df5fdce6af8a561c3694d5513 [diff] [blame] |
FEATURE Add NETCONF time function Add implementation of public functions to work with timestamps in the NETCONF format.
diff --git a/nc_client.h b/nc_client.h index ad261af..d055455 100644 --- a/nc_client.h +++ b/nc_client.h
@@ -23,6 +23,7 @@ #ifndef NC_CLIENT_H_ #define NC_CLIENT_H_ +#include <libnetconf2/netconf.h> #include <libnetconf2/log.h> #endif /* NC_CLIENT_H_ */