#ifndef DISK_H #define DISK_H #include #include #include #include #include #include "rhost.h" #include "common.h" #include "warning.h" #define INITIAL_SIZE 1024 #define BUFFER_INCREMENT 512 int disk_usage(conf *conf, char *local_ip, int threshold); #endif