]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/news.c
commands: Rename the command functions
[empserver] / src / lib / commands / news.c
index d89efbf93f08c24444d4db02a1b66c7355b1fe35..cc35a401eccd83b75bc0ee4d7ab113c11c767792 100644 (file)
@@ -46,7 +46,7 @@ struct sectwon {
 };
 
 int
-news(void)
+c_newspaper(void)
 {
     struct natstr *natp;
     time_t now;
@@ -83,7 +83,7 @@ news(void)
        then = now - delta;
     }
     natp->nat_newstim = now;
-    head();
+    c_headlines();
     pr("\nThe details of Empire news since %s", ctime(&then));
 
     heading = 0;