Skip to content
Snippets Groups Projects
Commit 94bd58b8 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

libmobile: add missing method to header and add missing semi colon

parent 5a19e01b
No related branches found
No related tags found
No related merge requests found
......@@ -48,5 +48,6 @@ struct json_object *mobile_get_sim_state(struct dongle *dev);
struct json_object *mobile_activate_sim(struct dongle *dev, char *pin);
struct json_object *mobile_get_remaining_tries_puk(struct dongle *dev);
struct json_object *mobile_get_traffic_statistics(struct dongle *dev);
void set_lib_debug(int debug_level)
struct json_object *mobile_get_system_info(struct dongle *dev);
void set_lib_debug(int debug_level);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment