New backend switch: -q : Quit startup directly after upgrading and print result on stdout

This commit is contained in:
Olof hagsand 2020-08-03 12:47:48 +02:00
parent daeab85446
commit 5b81c43d96
7 changed files with 368 additions and 1 deletions

View file

@ -74,5 +74,6 @@ cxobj *xmldb_cache_get(clicon_handle h, const char *db);
int xmldb_modified_get(clicon_handle h, const char *db);
int xmldb_modified_set(clicon_handle h, const char *db, int value);
int xmldb_dump(clicon_handle h, FILE *f, cxobj *xt);
#endif /* _CLIXON_DATASTORE_H */