X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Farm.c;h=d1cbce96bf8e08ba375f7abc158196a74341c4ac;hp=4bbfe74201c0b6efc92f36d8f9c5075b5f083ca3;hb=c6ec6a41c29700e982620e845293b232291d30ca;hpb=a6c46316e904d9816302282ffd927ec8faa9354a diff --git a/src/lib/commands/arm.c b/src/lib/commands/arm.c index 4bbfe7420..d1cbce96b 100644 --- a/src/lib/commands/arm.c +++ b/src/lib/commands/arm.c @@ -42,7 +42,7 @@ #include "plane.h" int -arm(void) +c_arm(void) { struct nchrstr *ncp; struct plchrstr *plc; @@ -132,7 +132,7 @@ arm(void) } int -disarm(void) +c_disarm(void) { struct plnstr pl; struct nukstr nuke;