File: failsafe.h

package info (click to toggle)
nfs-user-server 2.2beta47-12
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,012 kB
  • ctags: 1,430
  • sloc: ansic: 12,031; sh: 652; makefile: 268
file content (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * failsafe.h
 *
 * Fail-safe sessions
 */

#ifndef FAILSAFE_H
#define FAILSAFE_H

extern void	failsafe(int level, int ncopies);

#endif /* FAILSAFE_H */