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

schema: add extern C around c headers

parent 0daab4a8
Branches
No related tags found
No related merge requests found
extern "C"
{
#include <libubox/avl.h>
#include <libubox/avl-cmp.h>
#include <libubox/blobmsg.h>
......@@ -8,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <regex.h>
}
#include "schema.h"
#define JSON_SCHEMA_DIR "/usr/share/rpcd/schemas"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment