Skip to content
Snippets Groups Projects
Commit bde54d9f authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

add C header to installation

parent bf7456b4
Branches
Tags
No related merge requests found
add_subdirectory(api/cpp)
add_subdirectory(api/c)
if (BUILD_PYTHON)
......
install(DIRECTORY include/ DESTINATION include)
......@@ -55,7 +55,6 @@ enum AsapoNetworkConnectionType {
};
void asapo_error_explain(const AsapoErrorHandle error, char* buf, size_t max_size);
enum AsapoConsumerErrorType asapo_error_get_type(const AsapoErrorHandle error);
void asapo_clear_error(AsapoErrorHandle* error);
AsapoConsumerHandle asapo_create_consumer(const char* server_name,
const char* source_path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment