mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-24 23:14:17 +00:00
7 lines
133 B
C
7 lines
133 B
C
|
#ifndef EXAMPLE_SSL_DOWNLOAD_H
|
||
|
#define EXAMPLE_SSL_DOWNLOAD_H
|
||
|
|
||
|
void example_ssl_download(void);
|
||
|
|
||
|
#endif /* EXAMPLE_SSL_DOWNLOAD_H */
|