]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/arm.c
commands: Rename the command functions
[empserver] / src / lib / commands / arm.c
index 74ea9485eb69487f22b8a614e740f349efbed02c..9c7b220b9cb179205f8e6098f8214a8980155d9c 100644 (file)
@@ -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;