(sendmessage): Internal linkage.

This commit is contained in:
Markus Armbruster 2007-11-18 11:58:30 +00:00
parent 8064ecdb42
commit a98bac5146
2 changed files with 3 additions and 2 deletions

View file

@ -38,6 +38,8 @@
#include "commands.h"
static int sendmessage(struct natstr *, struct natstr *, char *, int);
int
flash(void)
{
@ -124,7 +126,7 @@ wall(void)
* A header identifying US is prepended to the message. It is more
* verbose if VERBOSE.
*/
int
static int
sendmessage(struct natstr *us, struct natstr *to, char *message, int verbose)
{
struct player *other;