0664 nwnss: fix switchboard dump prototype

This commit is contained in:
ChatGPT
2026-06-16 19:13:14 +00:00
committed by Mario Fetka
parent 33edca8bae
commit 76d3b1b8c1

View File

@@ -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