forget remove from h files

This commit is contained in:
Konstantin Makarchev 2018-05-30 13:39:28 +03:00
parent f46a9baeef
commit ced59e8ca6
1 changed files with 0 additions and 10 deletions

View File

@ -549,9 +549,6 @@ SIGAR_DECLARE(int) sigar_disk_usage_get(sigar_t *sigar,
const char *name, const char *name,
sigar_disk_usage_t *disk); sigar_disk_usage_t *disk);
SIGAR_DECLARE(int)
sigar_file_system_ping(sigar_t *sigar,
sigar_file_system_t *fs);
typedef struct { typedef struct {
enum { enum {
@ -968,13 +965,6 @@ SIGAR_DECLARE(int) sigar_sys_info_get(sigar_t *sigar, sigar_sys_info_t *sysinfo)
SIGAR_DECLARE(int) sigar_fqdn_get(sigar_t *sigar, char *name, int namelen); SIGAR_DECLARE(int) sigar_fqdn_get(sigar_t *sigar, char *name, int namelen);
SIGAR_DECLARE(int) sigar_rpc_ping(char *hostname,
int protocol,
unsigned long program,
unsigned long version);
SIGAR_DECLARE(char *) sigar_rpc_strerror(int err);
SIGAR_DECLARE(char *) sigar_password_get(const char *prompt); SIGAR_DECLARE(char *) sigar_password_get(const char *prompt);
#ifdef __cplusplus #ifdef __cplusplus