File: v4root.h

package info (click to toggle)
nfs-utils 1%3A2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,276 kB
  • sloc: ansic: 52,182; sh: 5,371; python: 2,151; makefile: 971
file content (15 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2009 Red Hat <nfs@redhat.com>
 * support/include/v4root.h
 *
 * Support routines for dynamic pseudo roots.
 *
 */

#ifndef V4ROOT_H
#define V4ROOT_H

extern int v4root_needed;
extern void v4root_set(void);

#endif /* V4ROOT_H */