13 lines
179 B
C
13 lines
179 B
C
//
|
|
// Created by shinys on 25. 8. 5.
|
|
//
|
|
|
|
#ifndef SYSTEM_H
|
|
#define SYSTEM_H
|
|
|
|
void start_reboot_timer(int sec);
|
|
void stop_reboot_timer();
|
|
void start_webserver();
|
|
|
|
#endif //SYSTEM_H
|