yet more qbuf

This commit is contained in:
nethack.allison
2003-05-09 01:19:29 +00:00
parent 50467a60b7
commit bba4872447
3 changed files with 39 additions and 5 deletions

View File

@@ -1363,6 +1363,8 @@ E char *FDECL(vtense, (const char *,const char *));
E char *FDECL(Doname2, (struct obj *));
E char *FDECL(yname, (struct obj *));
E char *FDECL(Yname2, (struct obj *));
E char *FDECL(ysimple_name, (struct obj *));
E char *FDECL(Ysimple_name2, (struct obj *));
E char *FDECL(makeplural, (const char *));
E char *FDECL(makesingular, (const char *));
E struct obj *FDECL(readobjnam, (char *,struct obj *,BOOLEAN_P));