Coda Distributed File System
coda-src
util
vice_file.h
Go to the documentation of this file.
1
/* BLURB gpl
2
3
Coda File System
4
Release 6
5
6
Copyright (c) 2003-2016 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
16
*/
17
18
/* vice_file.h: prototypes */
19
20
#ifndef _VICE_FILE_H
21
#define _VICE_FILE_H
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
void
vice_dir_init
(
const
char
*dirname);
28
const
char
*
vice_config_path
(
const
char
*
name
);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
pwdtopdbtool.name
name
Definition:
pwdtopdbtool.py:40
vice_dir_init
void vice_dir_init(const char *dirname)
Definition:
vice_file.c:34
vice_config_path
const char * vice_config_path(const char *name)
Definition:
vice_file.c:59
Generated by
1.9.4