6 lines
104 B
C
6 lines
104 B
C
#ifndef _YOUTUBE_DL_H_
|
|
#define _YOUTUBE_DL_H_
|
|
|
|
int start_youtubedl_service(uint16_t local_port);
|
|
|
|
#endif |