]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/stop.c
commands: Rename the command functions
[empserver] / src / lib / commands / stop.c
index f04fbe5e2e7c2ef8b3c7f243e8ed62c89b905837..0d983bfcbf751db0805de358dfcf9fdf6c8cbc92 100644 (file)
@@ -46,13 +46,13 @@ static int start_stop_unit(int, char *, int);
 static void start_stop_unit_hdr(int);
 
 int
-start(void)
+c_start(void)
 {
     return start_stop(0);
 }
 
 int
-stop(void)
+c_stop(void)
 {
     return start_stop(1);
 }