diff options
Diffstat (limited to '')
-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 */ |