From 25af8dc225020d0ba18864d6c367502d9b37c708 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 20 Jun 1995 17:14:07 +0000 Subject: (pager_dropweak): New decl. --- libpager/pager.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libpager') diff --git a/libpager/pager.h b/libpager/pager.h index 8e500933..9dad2f25 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -139,4 +139,11 @@ pager_report_extent (struct user_pager_info *pager, void pager_clear_user_data (struct user_pager_info *pager); +/* The use must define this function. This will be called when the ports + library wants to drop weak references. The pager library creates no + weak references itself. If the user doesn't either, then it's OK for + this function to do nothing. */ +void +pager_dropweak (struct user_pager_info *p); + #endif -- cgit v1.2.3