From 76d3b1b8c1f2a58e5d06a322a74a4c19643fe4b2 Mon Sep 17 00:00:00 2001 From: ChatGPT Date: Tue, 16 Jun 2026 19:13:14 +0000 Subject: [PATCH] 0664 nwnss: fix switchboard dump prototype --- include/nwnss/include/switchboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nwnss/include/switchboard.h b/include/nwnss/include/switchboard.h index 5dc6b1b..d1f1b4d 100644 --- a/include/nwnss/include/switchboard.h +++ b/include/nwnss/include/switchboard.h @@ -86,6 +86,6 @@ extern STATUS SWBD_DemandKey(SWBDClient_s *client, unicode_t *name, Key_t key); extern STATUS SWBD_SupplyLocal(SWBDClient_s *client, unicode_t *name, Key_t key); extern STATUS SWBD_SupplyRemote(SWBDClient_s *client, unicode_t *name, Key_t key); extern STATUS SWBD_SupplyAll(Key_t key); -extern void SWBD_DumpSwitchboard (); +extern void SWBD_DumpSwitchboard(char *buf, int bufLen); #endif