| 12345678910111213141516 |
- //
- // Created by janco on 25-2-16.
- //
- #ifndef _Httpstream_H
- #define _Httpstream_H
- #include "ntp.h"
- #include "typedefs.h"
- extern bool HttpIsStreaming(void);
- extern void playStream(char *ipaddr, u_short port, char *radiourl);
- extern void stopStream(void);
- #endif /* _Httpstream_H */
|