Don't infringe on POSIX typedef namespace.

This commit is contained in:
nhkeni
2022-03-16 21:31:26 -04:00
parent 3e4ea0a2c3
commit 1e31fee0df
3 changed files with 8 additions and 8 deletions

View File

@@ -214,7 +214,7 @@ reset_occupations(void)
* function times out by its own means.
*/
void
set_occupation(int (*fn)(void), const char *txt, cmdcount_t xtime)
set_occupation(int (*fn)(void), const char *txt, cmdcount_nht xtime)
{
if (xtime) {
g.occupation = timed_occupation;
@@ -4766,7 +4766,7 @@ get_count(
char *allowchars,
char inkey,
long maxcount,
cmdcount_t *count,
cmdcount_nht *count,
boolean historicmsg) /* whether to include in ^P history: True => yes */
{
char qbuf[QBUFSZ];