Skip to content
Snippets Groups Projects
Commit 7f366081 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

cleanup: remove dead forward declarations

parent 01e2e500
No related branches found
No related tags found
No related merge requests found
......@@ -60,9 +60,6 @@ bool errinj_get(int id);
void errinj_set(int id, bool state);
int errinj_set_byname(char *name, bool state);
struct tbuf;
void errinj_info(struct tbuf *out);
typedef int (*errinj_cb)(struct errinj *e, void *cb_ctx);
int errinj_foreach(errinj_cb cb, void *cb_ctx);
......
......@@ -37,8 +37,6 @@
extern "C" {
#endif /* defined(__cplusplus) */
struct tbuf;
const char *tarantool_version(void);
/**
* Get version (defined in PACKAGE_VERSION), packed into uint32_t
......
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