From: Pasi Kallinen Date: Sat, 21 Mar 2015 14:49:31 +0000 (+0200) Subject: Update hacklib func comment doc X-Git-Tag: NetHack-3.6.0_RC01~575^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9df82fb42aa95c2b1c220c28197953c68725825;p=nethack Update hacklib func comment doc --- diff --git a/src/hacklib.c b/src/hacklib.c index 005aa02b9..1c091b8f6 100644 --- a/src/hacklib.c +++ b/src/hacklib.c @@ -26,6 +26,7 @@ NetHack, except that rounddiv may call panic(). char chrcasecpy (int,int) char * strcasecpy (char *,const char *) char * s_suffix (const char *) + char * ing_suffix (const char *) char * xcrypt (const char *, char *) boolean onlyspace (const char *) char * tabexpand (char *)