Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / ksysguard / ksysguardd / Irix / NetDev.h
blobaa30166e997e0b5a8cc249ada6ffd9aea8b3ccb4
1 /*
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.
22 #ifndef _netdev_h_
23 #define _netdev_h_
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);
35 #endif