File: getdata24.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-- 461 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * getdata24.h -- declarations for data retrieval functions
 *                for the 2.4 kernel
 *
 * Software distributed under the GPL, for license terms see the file
 * COPYING in this directory
 *
 * (c) 2005 Dr. Andreas Mueller, Beratung und Entwicklung
 * $Id: getdata24.h,v 1.2 2005/09/19 07:20:33 afm Exp $
 */
#ifndef _GETDATA24_H
#define _GETDATA24_H

#include "getdata.h"

extern void get_disk24(struct statsusers *s);

#endif /* _GETDATA24_H */