X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Fflash.c;h=4f95cde1b67fe61a17032f4e5be601af9741beb9;hp=0119684b6c134374b15a80399b3bbc9792bef3d4;hb=refs%2Fheads%2Ftravis;hpb=af143ac5973d8b650e7a153372bd9da9e7546a76 diff --git a/src/lib/commands/flash.c b/src/lib/commands/flash.c index 0119684b6..4f95cde1b 100644 --- a/src/lib/commands/flash.c +++ b/src/lib/commands/flash.c @@ -41,7 +41,7 @@ static int chat(struct natstr *, char *); static int sendmessage(struct natstr *, char *, int); int -flash(void) +c_flash(void) { struct natstr *us; struct natstr *to; @@ -73,7 +73,7 @@ flash(void) } int -wall(void) +c_wall(void) { return chat(NULL, player->comtail[1]); }