X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fdaemon.h;fp=gp2x%2Fdaemon.h;h=0000000000000000000000000000000000000000;hb=a6c41a382bd4c79ab5d337536152717afcfa624f;hp=18fbf4e27bb96c3ccef1e5307592aeb0b5fe3210;hpb=90206450327a222607119b04f34cf1853faf37f8;p=gpsp.git diff --git a/gp2x/daemon.h b/gp2x/daemon.h deleted file mode 100644 index 18fbf4e..0000000 --- a/gp2x/daemon.h +++ /dev/null @@ -1,18 +0,0 @@ -int start_daemon( - unsigned int minimal_cpu_speed, unsigned int maximal_cpu_speed, unsigned int start_cpu_speed, int cpu_speed_step, - unsigned long hotkey, unsigned long incrementkey, unsigned long decrmentkey, - int speed_display, int foreground, - unsigned long delay); - -int kill_running_daemon(); - -void nano_setup(); -void cmd_daemon(int argc, char *argv[]); - -unsigned long parse_key_sequence(char *key_sequence); - -void daemonmenu(); - -void formatkey(char * base, unsigned long keyseq); - -void start_daemon_by_settings();