summaryrefslogtreecommitdiffstats
path: root/sys/sys/resourcevar.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-10 00:58:36 +0000
committerphk <phk@FreeBSD.org>1994-10-10 00:58:36 +0000
commit1d21d570b618051ef79ea5ceeb164d1894dab514 (patch)
tree84095fcb706d02368341ab85d83cab4bfef52ac3 /sys/sys/resourcevar.h
parent7b137d99db0200ff2d4c4b227b0eef4fbde60895 (diff)
downloadFreeBSD-src-1d21d570b618051ef79ea5ceeb164d1894dab514.zip
FreeBSD-src-1d21d570b618051ef79ea5ceeb164d1894dab514.tar.gz
Cosmetics. (sort of) Added 19 prototypes.
Diffstat (limited to 'sys/sys/resourcevar.h')
-rw-r--r--sys/sys/resourcevar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h
index 0e9c05f..0be216b 100644
--- a/sys/sys/resourcevar.h
+++ b/sys/sys/resourcevar.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)resourcevar.h 8.3 (Berkeley) 2/22/94
- * $Id: resourcevar.h,v 1.3 1994/10/02 17:24:53 phk Exp $
+ * $Id: resourcevar.h,v 1.4 1994/10/08 22:22:58 phk Exp $
*/
#ifndef _SYS_RESOURCEVAR_H_
@@ -89,5 +89,8 @@ int addupc __P((int, struct uprof *, int));
struct plimit
*limcopy __P((struct plimit *lim));
void calcru __P((struct proc *p,struct timeval *up,struct timeval *sp,struct timeval *ip));
+void ruadd __P((struct rusage *, struct rusage *));
+int fuswintr __P((caddr_t));
+int suswintr __P((caddr_t, int));
#endif
#endif /* !_SYS_RESOURCEVAR_H_ */
OpenPOWER on IntegriCloud