From cd711ba52b5e592cd965579fc76dbcf94c2195ed Mon Sep 17 00:00:00 2001 From: Stu Black Date: Mon, 15 Dec 2025 13:52:37 -0500 Subject: [PATCH] Restore function prototype for W_ClearNotificationCenter. This was mistakenly removed when writing wutil-rs/src/notification.rs. --- WINGs/WINGs/WINGsP.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WINGs/WINGs/WINGsP.h.in b/WINGs/WINGs/WINGsP.h.in index 031d9ef3..82644fee 100644 --- a/WINGs/WINGs/WINGsP.h.in +++ b/WINGs/WINGs/WINGsP.h.in @@ -378,6 +378,8 @@ void W_InitNotificationCenter(void); void W_ReleaseNotificationCenter(void); +void W_ClearNotificationCenter(void); + /* ---[ selection.c ]----------------------------------------------------- */