Coda Distributed File System
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
8This code is distributed "AS IS" without warranty of any kind under
9the terms of the GNU General Public Licence Version 2, as shown in the
10file LICENSE. The technical and financial contributors to Coda are
11listed 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
21extern "C" {
22#endif
23
24void ResCheckServerLWP(void *);
25void ResCheckServerLWP_worker(void *);
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* _RESOLUTION_H_ */
void ResCheckServerLWP_worker(void *)
Definition: rescomm.cc:755
void ResCheckServerLWP(void *)
Definition: rescomm.cc:741