* @brief Called by engine for single, called by ui for multi * @param provider BNET, IPXN, MODM, SCBL or UDPN * @param fileinfo Ignore */
| 97 | * @param fileinfo Ignore |
| 98 | */ |
| 99 | int SNetInitializeProvider(unsigned long provider, struct _SNETPROGRAMDATA *client_info, |
| 100 | struct _SNETPLAYERDATA *user_info, struct _SNETUIDATA *ui_info, |
| 101 | struct _SNETVERSIONDATA *fileinfo) |
| 102 | { |
| 103 | dvlnet_inst = net::abstract_net::make_net(provider); |
| 104 | return ui_info->selectnamecallback(client_info, user_info, ui_info, fileinfo, provider, NULL, 0, NULL, 0, NULL); |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * @brief Called by engine for single, called by ui for multi |
no outgoing calls
no test coverage detected