Integration with the lap_counter module
[apps/native/gear-racing-car.git] / inc / lap_counter / lap_counter.h
index 6a4f1a2..9904c93 100644 (file)
@@ -17,8 +17,9 @@
 #ifndef LAP_COUNTER_H_
 #define LAP_COUNTER_H_
 
-int lap_counter_init();
-int lap_counter_set_user_name(const char *user_name);
-int lap_counter_shutdown();
+void lap_counter_init();
+void lap_counter_set_user_name(const char *user_name);
+void lap_counter_get_lap_time();
+void lap_counter_shutdown();
 
 #endif //LAP_COUNTER_H_