From 02293b9bd1745b128fb541184f745240f040ff5a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 18 Mar 2012 19:09:29 +0100 Subject: [PATCH] Document the header for empmod.c and trdsub.c in prototypes.h --- include/prototypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/prototypes.h b/include/prototypes.h index ffe87a5e6..98612c4cf 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -351,6 +351,7 @@ extern void enforce_minimum_session_time(void); extern int may_play_now(struct natstr *, time_t); /* more under Commands */ /* empmod.c */ +/* in com.h */ /* init_nats.c */ extern int init_nats(void); extern int player_set_nstat(struct player *, struct natstr *); @@ -642,6 +643,7 @@ extern void takeover(struct sctstr *, natid); extern void takeover_ship(struct shpstr *, natid); extern void takeover_plane(struct plnstr *, natid); /* trdsub.c */ +/* in trade.h */ /* trechk.c */ extern int trechk(natid, natid, int); /* whatitem.c */ -- 2.43.0