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

libmobile: add set_lib_debug to header

parent 94e70fd5
No related branches found
No related tags found
No related merge requests found
...@@ -48,4 +48,5 @@ struct json_object *mobile_get_sim_state(struct dongle *dev); ...@@ -48,4 +48,5 @@ 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_activate_sim(struct dongle *dev, char *pin);
struct json_object *mobile_get_remaining_tries_puk(struct dongle *dev); struct json_object *mobile_get_remaining_tries_puk(struct dongle *dev);
struct json_object *mobile_get_traffic_statistics(struct dongle *dev); struct json_object *mobile_get_traffic_statistics(struct dongle *dev);
void *set_lib_debug(int debug_level)
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment