summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sendmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sendmail.h b/src/sendmail.h
index 88607e6..b6b231d 100644
--- a/src/sendmail.h
+++ b/src/sendmail.h
@@ -2642,7 +2642,7 @@ extern void unsetenv __P((char *));
/* update file system information: +/- some blocks */
#if SM_CONF_SHM
-extern void upd_qs __P((ENVELOPE *, bool, bool, char *));
+extern void upd_qs __P((ENVELOPE *, int, int, char *));
# define updfs(e, count, space, where) upd_qs(e, count, space, where)
#else /* SM_CONF_SHM */
# define updfs(e, count, space, where)
OpenPOWER on IntegriCloud