2
KSysGuard, the KDE System Guard
4
Copyright (c) 2001 Tobias Koenig <tokoe@kde.org>
5
Irix support by Carsten Kroll <ckroll@pinnaclesys.com>
7
This program is free software; you can redistribute it and/or
8
modify it under the terms of version 2 of the GNU General Public
9
License as published by the Free Software Foundation.
11
This program is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
GNU General Public License for more details.
16
You should have received a copy of the GNU General Public License
17
along with this program; if not, write to the Free Software
18
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
25
void initNetDev(struct SensorModul* sm);
26
void exitNetDev(void);
28
int updateNetDev(void);
30
void printNetDevRecBytes(const char* cmd);
31
void printNetDevRecBytesInfo(const char* cmd);
32
void printNetDevSentBytes(const char* cmd);
33
void printNetDevSentBytesInfo(const char* cmd);