File: getdata26.h

package info (click to toggle)
rstatd 4.0.1-12
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 672 kB
  • sloc: ansic: 3,895; makefile: 733; sh: 697
file content (18 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * getdata26.h -- declarations for data retrieval functions
 *                for the 2.4 kernel
 *
 * Software distributed under the GPL, for license terms see the file
 * COPYING in the current directory
 *
 * (c) 2005 Dr. Andreas Mueller, Beratung und Entwicklung
 */
#ifndef _GETDATA26_H
#define _GETDATA26_H

#include "getdata.h"

extern void get_disk26(struct statsusers *s);
extern void get_vm26(struct statsusers *s);

#endif /* _GETDATA26_H */