X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Fflash.c;fp=src%2Flib%2Fcommands%2Fflash.c;h=4f95cde1b67fe61a17032f4e5be601af9741beb9;hp=0119684b6c134374b15a80399b3bbc9792bef3d4;hb=c6ec6a41c29700e982620e845293b232291d30ca;hpb=a6c46316e904d9816302282ffd927ec8faa9354a 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]); }