Coda Distributed File System
coda-src
resolution
resolution.h
Go to the documentation of this file.
1
/* BLURB gpl
2
Coda File System
3
Release 6
4
5
Copyright (c) 1987-2003 Carnegie Mellon University
6
Additional copyrights listed below
7
8
This code is distributed "AS IS" without warranty of any kind under
9
the terms of the GNU General Public Licence Version 2, as shown in the
10
file LICENSE. The technical and financial contributors to Coda are
11
listed in the file CREDITS.
12
13
Additional copyrights
14
none currently
15
#*/
16
17
#ifndef _RESOLUTION_H_
18
#define _RESOLUTION_H_
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
void
ResCheckServerLWP
(
void
*);
25
void
ResCheckServerLWP_worker
(
void
*);
26
27
#ifdef __cplusplus
28
}
29
#endif
30
31
#endif
/* _RESOLUTION_H_ */
ResCheckServerLWP_worker
void ResCheckServerLWP_worker(void *)
Definition:
rescomm.cc:755
ResCheckServerLWP
void ResCheckServerLWP(void *)
Definition:
rescomm.cc:741
Generated by
1.9.4