Coda Distributed File System
coda-src
venus
sighand.h
Go to the documentation of this file.
1
/* BLURB gpl
2
3
Coda File System
4
Release 6
5
6
Copyright (c) 1987-2003 Carnegie Mellon University
7
Additional copyrights listed below
8
9
This code is distributed "AS IS" without warranty of any kind under
10
the terms of the GNU General Public Licence Version 2, as shown in the
11
file LICENSE. The technical and financial contributors to Coda are
12
listed in the file CREDITS.
13
14
Additional copyrights
15
none currently
16
17
#*/
18
19
/*
20
*
21
* Specification of the Venus Signal Handler facility.
22
*
23
*/
24
25
#ifndef _VENUS_SIGHAND_H_
26
#define _VENUS_SIGHAND_H_ 1
27
28
void
SigInit
(
void
);
29
extern
int
TerminateVenus
;
30
extern
int
mount_done
;
31
32
#endif
/* _VENUS_SIGHAND_H_ */
TerminateVenus
int TerminateVenus
Definition:
sighand.cc:61
SigInit
void SigInit(void)
Definition:
sighand.cc:64
mount_done
int mount_done
Definition:
sighand.cc:62
Generated by
1.9.4