commit | 5796388f8129beb4fe97d69264203e0c9f72aada | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Aug 05 16:01:25 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Aug 05 16:01:25 2013 -0700 |
tree | 44262f1d7a30b38e1dc5792b81f234cd38b8b08c | |
parent | 5a6b5ab7f961fb77a7112d588b8edc03e60f623e [diff] [blame] |
Added Transport close method
diff --git a/ndn-cpp/c/errors.h b/ndn-cpp/c/errors.h index f8564d8..7400bf1 100644 --- a/ndn-cpp/c/errors.h +++ b/ndn-cpp/c/errors.h
@@ -39,7 +39,8 @@ NDN_ERROR_SocketTransport_cannot_connect_to_socket, NDN_ERROR_SocketTransport_socket_is_not_open, NDN_ERROR_SocketTransport_error_in_send, - NDN_ERROR_SocketTransport_error_in_recv + NDN_ERROR_SocketTransport_error_in_recv, + NDN_ERROR_SocketTransport_error_in_close } ndn_Error; /**