diff options
Diffstat (limited to 'src/json.h')
-rw-r--r-- | src/json.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |