summaryrefslogtreecommitdiffstats
path: root/src/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/json.h b/src/json.h
index 8ed50e0..881a10a 100644
--- a/src/json.h
+++ b/src/json.h
@@ -131,4 +131,9 @@ struct og_procedure {
int og_json_parse_procedure(json_t *element, struct og_procedure *proc);
+struct og_repository {
+ const char *name;
+ const char *ip;
+};
+
#endif