Files
2025-12-03 11:12:34 +08:00

9 lines
100 B
C

#ifndef BT_NAME_PARSE_H
#define BT_NAME_PARSE_H
int bt_name_config_parse(char *bt_name);
#endif