Coda Distributed File System
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
9This code is distributed "AS IS" without warranty of any kind under
10the terms of the GNU General Public Licence Version 2, as shown in the
11file LICENSE. The technical and financial contributors to Coda are
12listed 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
24extern "C" {
25#endif
26
27void vice_dir_init(const char *dirname);
28const char *vice_config_path(const char *name);
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif
name
Definition: pwdtopdbtool.py:40
void vice_dir_init(const char *dirname)
Definition: vice_file.c:34
const char * vice_config_path(const char *name)
Definition: vice_file.c:59