summaryrefslogtreecommitdiffstats
path: root/aclk/schema-wrappers/proto_2_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'aclk/schema-wrappers/proto_2_json.h')
-rw-r--r--aclk/schema-wrappers/proto_2_json.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/aclk/schema-wrappers/proto_2_json.h b/aclk/schema-wrappers/proto_2_json.h
deleted file mode 100644
index 3bd98478c..000000000
--- a/aclk/schema-wrappers/proto_2_json.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef PROTO_2_JSON_H
-#define PROTO_2_JSON_H
-
-#include <sys/types.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-char *protomsg_to_json(const void *protobin, size_t len, const char *msgname);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* PROTO_2_JSON_H */