mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-03-23 11:04:48 +00:00
6 lines
131 B
C
6 lines
131 B
C
#ifndef EXAMPLE_SSL_SERVER_H
|
|
#define EXAMPLE_SSL_SERVER_H
|
|
|
|
void example_ssl_server(void);
|
|
|
|
#endif /* EXAMPLE_SSL_SERVER_H */
|