-struct obj *addinv __P((struct obj *));
-void useup __P((struct obj *));
-void freeinv __P((struct obj *));
-void delobj __P((struct obj *));
-void freeobj __P((struct obj *));
-void freegold __P((struct gold *));
-void deltrap __P((struct trap *));
-struct monst *m_at __P((int, int));
-struct obj *o_at __P((int, int));
-struct obj *sobj_at __P((int, int, int));
-int carried __P((struct obj *));
-int carrying __P((int));
-struct obj *o_on __P((unsigned int, struct obj *));
-struct trap *t_at __P((int, int));
-struct gold *g_at __P((int, int));
-struct obj *mkgoldobj __P((long));
-struct obj *getobj __P((const char *, const char *));
-int ckunpaid __P((struct obj *));
-int ggetobj __P((const char *, int (*fn)(struct obj *), int));
-int askchain __P((struct obj *, char *, int, int (*)(struct obj *),
- int (*)(struct obj *), int));
-char obj_to_let __P((struct obj *));
-void prinv __P((struct obj *));
-int ddoinv __P((void));
-void doinv __P((char *));
-int dotypeinv __P((void));
-int dolook __P((void));
-void stackobj __P((struct obj *));
-int merged __P((struct obj *, struct obj *, int));
-int countgold __P((void));
-int doprgold __P((void));
-int doprwep __P((void));
-int doprarm __P((void));
-int doprring __P((void));
-int digit __P((int));
+struct obj *addinv(struct obj *);
+void useup(struct obj *);
+void freeinv(struct obj *);
+void delobj(struct obj *);
+void freeobj(struct obj *);
+void freegold(struct gold *);
+void deltrap(struct trap *);
+struct monst *m_at(int, int);
+struct obj *o_at(int, int);
+struct obj *sobj_at(int, int, int);
+int carried(struct obj *);
+int carrying(int);
+struct obj *o_on(unsigned int, struct obj *);
+struct trap *t_at(int, int);
+struct gold *g_at(int, int);
+struct obj *getobj(const char *, const char *);
+int ggetobj(const char *, int (*fn)(struct obj *), int);
+int askchain(struct obj *, char *, int, int (*)(struct obj *),
+ int (*)(struct obj *), int);
+void prinv(struct obj *);
+int ddoinv(void);
+int dotypeinv(void);
+int dolook(void);
+void stackobj(struct obj *);
+int doprgold(void);
+int doprwep(void);
+int doprarm(void);
+int doprring(void);
+int digit(int);