Coda Distributed File System
utils-src
mond
vargs.h
Go to the documentation of this file.
1
#ifndef _BLURB_
2
#define _BLURB_
3
/*
4
5
Coda: an Experimental Distributed File System
6
Release 6
7
8
Copyright (c) 1987-2003 Carnegie Mellon University
9
All Rights Reserved
10
11
Permission to use, copy, modify and distribute this software and its
12
documentation is hereby granted, provided that both the copyright
13
notice and this permission notice appear in all copies of the
14
software, derivative works or modified versions, and any portions
15
thereof, and that both notices appear in supporting documentation, and
16
that credit is given to Carnegie Mellon University in all documents
17
and publicity pertaining to direct or indirect use of this code or its
18
derivatives.
19
20
CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS,
21
SOME OF WHICH MAY HAVE SERIOUS CONSEQUENCES. CARNEGIE MELLON ALLOWS
22
FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON
23
DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER
24
RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE OR OF
25
ANY DERIVATIVE WORK.
26
27
Carnegie Mellon encourages users of this software to return any
28
improvements or extensions that they make, and to grant Carnegie
29
Mellon the rights to redistribute these changes without encumbrance.
30
*/
31
#endif
/*_BLURB_*/
32
33
#ifndef _VARGS_H_
34
#define _VARGS_H_
35
36
extern
void
Die
(
char
*...);
37
38
#endif _VARGS_H_
Die
void Die(char *...)
Definition:
vargs.c:54
Generated by
1.9.4