0664 nwnss: fix switchboard dump prototype
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user