Skip to content
Snippets Groups Projects
Commit 5527b655 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

c: use void for dht_version

parent 5a6b9db6
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ struct OPENDHT_C_PUBLIC dht_data_view {
};
typedef struct dht_data_view dht_data_view;
OPENDHT_C_PUBLIC const char* dht_version();
OPENDHT_C_PUBLIC const char* dht_version(void);
// dht::Blob
struct OPENDHT_C_PUBLIC dht_blob;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment