summaryrefslogtreecommitdiff
path: root/ntpshm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ntpshm.h')
-rw-r--r--ntpshm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ntpshm.h b/ntpshm.h
index 9113caf5..7c8624ad 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -68,6 +68,8 @@ struct shm_stat_t {
struct shmTime /*@null@*/ *shm_get(int, bool, bool);
extern char *shm_name(const int);
-enum segstat_t shm_query(/*@null@*/struct shmTime *, /*@out@*/struct shm_stat_t *);
+enum segstat_t shm_query(/*@null@*/struct shmTime *,
+ /*@out@*/struct shm_stat_t *,
+ const bool);
/* end */