11 lines
116 B
C
Executable File
11 lines
116 B
C
Executable File
#ifndef REST_H_
|
|
#define REST_H_
|
|
|
|
/**
|
|
* @brief Init rest server
|
|
*
|
|
*/
|
|
void rest_init(void);
|
|
|
|
#endif /* REST_H_ */
|