Skip to content
Snippets Groups Projects
Commit 82b5787f authored by Jakob Olsson's avatar Jakob Olsson
Browse files

json-validator: update header to only use extern c for cpp compilor

parent 51afcb3a
Branches
No related tags found
No related merge requests found
#ifndef JSON_VALIDATOR_H #ifndef JSON_VALIDATOR_H
extern "C" { #define JSON_VALIDATOR_H
#ifdef __cplusplus
extern "C"
{
#endif
bool json_object_validate_schema(struct json_object *j_obj, struct json_object *j_schema); bool json_object_validate_schema(struct json_object *j_obj, struct json_object *j_schema);
#ifdef __cplusplus
} }
#endif
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment