summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/server.h b/server.h
index e8e6ba8..cb4fd76 100644
--- a/server.h
+++ b/server.h
@@ -56,6 +56,10 @@ void server_delete(struct cfg *cfg, struct server *scfg);
void server_delete_by_name(struct cfg *cfg, const char *name);
+bool server_start(struct cfg *cfg, struct server *scfg);
+
+bool server_stop(struct cfg *cfg, struct server *scfg);
+
bool server_commit(struct cfg *cfg, struct server *scfg);
bool server_add_remote(struct cfg *cfg, struct server *scfg,