X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Fstop.c;h=0d983bfcbf751db0805de358dfcf9fdf6c8cbc92;hp=f04fbe5e2e7c2ef8b3c7f243e8ed62c89b905837;hb=c6ec6a41c29700e982620e845293b232291d30ca;hpb=a6c46316e904d9816302282ffd927ec8faa9354a diff --git a/src/lib/commands/stop.c b/src/lib/commands/stop.c index f04fbe5e2..0d983bfcb 100644 --- a/src/lib/commands/stop.c +++ b/src/lib/commands/stop.c @@ -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); }