]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/swap.c
commands: Rename the command functions
[empserver] / src / lib / commands / swap.c
index 778767025bebe5d98b7b85e02f60cce714aef39a..eb618f5a7c182f2799e3f101a1555b2f620cdb4a 100644 (file)
@@ -41,7 +41,7 @@ static void print_res(struct sctstr *);
  * Syntax: swap <SECT> <SECT>
  */
 int
-swaps(void)
+c_swapsector(void)
 {
     struct sctstr secta, sectb, tmp;
     char buf[1024];