fix steam logon
[vg.git] / src / vg / vg_steam_networking.h
index 494e846964befa93fd8281aa257e611fa529b3a5..64a200fda3582caac2e1f57c7baf881b2e878170 100644 (file)
@@ -475,6 +475,11 @@ HSteamNetConnection SteamAPI_ISteamNetworkingSockets_ConnectByIPAddress(
       SteamNetworkingIPAddr *address, int nOptions, 
       SteamNetworkingConfigValue_t *pOptions );
 
+
+int SteamAPI_ISteamNetworkingSockets_GetListenSocketAddress( 
+      void *self, HSteamListenSocket hSocket, 
+      SteamNetworkingIPAddr *address );
+
 int SteamAPI_ISteamNetworkingSockets_CloseConnection( 
       void *self, HSteamNetConnection hPeer, int nReason, const char *pszDebug, 
       int bEnableLinger );