summaryrefslogtreecommitdiff
path: root/multiload/netspeed.h
diff options
context:
space:
mode:
Diffstat (limited to 'multiload/netspeed.h')
-rw-r--r--multiload/netspeed.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/multiload/netspeed.h b/multiload/netspeed.h
deleted file mode 100644
index 5bc19cf1..00000000
--- a/multiload/netspeed.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef H_MULTILOAD_NETSPEED_
-#define H_MULTILOAD_NETSPEED_
-
-#include <glib.h>
-
-typedef struct _NetSpeed NetSpeed;
-
-#include "global.h"
-
-NetSpeed* netspeed_new(LoadGraph *graph);
-void netspeed_delete(NetSpeed *ns);
-void netspeed_add(NetSpeed *ns, gulong tx);
-char* netspeed_get(NetSpeed *ns);
-
-#endif /* H_MULTILOAD_NETSPEED_ */