summaryrefslogtreecommitdiffstats
path: root/solenv/lockfile/lockfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/lockfile/lockfile.h')
-rw-r--r--solenv/lockfile/lockfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/lockfile/lockfile.h b/solenv/lockfile/lockfile.h
index 945db9cb9263..f2f72022f49e 100644
--- a/solenv/lockfile/lockfile.h
+++ b/solenv/lockfile/lockfile.h
@@ -63,7 +63,7 @@ int check_sleep(int, int);
#endif
int is_maillock(const char *lockfile);
int lockfile_create_set_tmplock(const char *lockfile, volatile char **tmplock,
- int retries, int flags, struct lockargs_s_ *);
+ int retries, int flags, const struct lockargs_s_ *);
#ifdef __cplusplus
}