#ifndef NETSUKUKUCONSOLE_H #define NETSUKUKUCONSOLE_H #include #include #include #include #include #include #include #include #include #include #define SERVER_PATH "/tmp/ntk-console" #define VERSION_STR "0.0.1" #define FALSE 0 int sockfd, sockfd1; struct sockaddr_un serveraddr; struct sockaddr ntkdaddr; int rc; time_t rawtime; struct tm *timeinfo; int uptime_sec; int uptime_min; int uptime_hour; int uptime_day; int uptime_month; int uptime_year; int i; #endif /*NETSUKUKUCONSOLE_H*/