lap timing publish and store, username store in db
[carveJwlIkooP6JGAAIwe30JlM.git] / network.h
index 752c6c3c46534e7bf580b5a60ef2c3462e08323e..2916ad94a824f6f9a5d543daa2e1e319d8ac14ec 100644 (file)
--- a/network.h
+++ b/network.h
@@ -72,5 +72,7 @@ static void network_send_item( enum netmsg_playeritem_type type );
 static void network_request_scoreboard( const char *mod_uid, 
                                         const char *route_uid,
                                         u32 week );
+static void network_publish_laptime( const char *mod_uid, 
+                                     const char *route_uid, f64 lap_time );
 
 #endif /* NETWORK_H */