Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / ksysguard / ksysguardd / FreeBSD / loadavg.h
blobdb90ca9cdf0b415354a3948e00418292dbea60be
1 /*
2 KSysGuard, the KDE System Guard
4 Copyright (c) 2001 Tobias Koenig <tokoe@kde.org>
6 This program is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public
8 License as published by the Free Software Foundation; either
9 version 2 of the License, or (at your option) any later version.
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 _loadavg_h_
23 #define _loadavg_h_
25 void initLoadAvg(struct SensorModul* sm);
26 void exitLoadAvg(void);
28 int updateLoadAvg(void);
30 void printLoadAvg1(const char*);
31 void printLoadAvg1Info(const char*);
32 void printLoadAvg5(const char*);
33 void printLoadAvg5Info(const char*);
34 void printLoadAvg15(const char*);
35 void printLoadAvg15Info(const char*);
37 #endif