diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:39:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:39:01 +0000 |
commit | 0feb9db220a276a2f8f29621dc8f04072bbfdd22 (patch) | |
tree | 926d3ec04fbe095eb6465e66c25c10c46aebd62c /lib/cleanup.h | |
parent | Releasing progress-linux version 2.12.0-4~progress7.99u1. (diff) | |
download | man-db-0feb9db220a276a2f8f29621dc8f04072bbfdd22.tar.xz man-db-0feb9db220a276a2f8f29621dc8f04072bbfdd22.zip |
Merging upstream version 2.12.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/cleanup.h')
-rw-r--r-- | lib/cleanup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cleanup.h b/lib/cleanup.h index 5415b7f..9fd4e93 100644 --- a/lib/cleanup.h +++ b/lib/cleanup.h @@ -29,7 +29,7 @@ typedef void (*cleanup_fun) (void *); extern void do_cleanups_sigsafe (bool); extern void do_cleanups (void); extern int push_cleanup (cleanup_fun, void *, int); -extern void pop_cleanup (cleanup_fun, void *); +extern void pop_cleanup (cleanup_fun, const void *); extern void pop_all_cleanups (void); #endif /* _CLEANUP_H */ |