9 lines
100 B
C
9 lines
100 B
C
#ifndef BT_NAME_PARSE_H
|
|
#define BT_NAME_PARSE_H
|
|
|
|
|
|
int bt_name_config_parse(char *bt_name);
|
|
|
|
|
|
#endif
|