(cnumb): Return the same error values as stmtch(). Callers don't

(yet) care for the difference.
This commit is contained in:
Markus Armbruster 2006-01-06 19:42:27 +00:00
parent c949d84774
commit ffa21cf379
2 changed files with 19 additions and 13 deletions

View file

@ -466,7 +466,7 @@ extern void caploss(struct sctstr *, natid, s_char *);
extern int chkmoney(long, long, s_char *);
extern int check_cost(int, int, long, int *, s_char *);
/* cnumb.c */
extern int cnumb(s_char *);
extern int cnumb(char *);
/* coastal.c */
extern void set_coastal(struct sctstr *sp, int des);
/* control.c */