Coda Distributed File System
codatunnel.h
Go to the documentation of this file.
1/* BLURB lgpl
2
3 Coda File System
4 Release 8
5
6 Copyright (c) 2017-2020 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 Library General Public Licence Version 2, as
11shown in the file LICENSE. The technical and financial contributors to
12Coda are listed in the file CREDITS.
13
14 Additional copyrights
15
16#*/
17
18#ifndef _CODATUNNEL_H_
19#define _CODATUNNEL_H_
20
21int codatunnel_fork(int argc, char **argv, const char *tcp_bindaddr,
22 const char *udp_bindaddr, const char *bind_service,
23 int onlytcp, const char *sslcertdir);
24
25#endif /* _CODATUNNEL_H_ */
int codatunnel_fork(int argc, char **argv, const char *tcp_bindaddr, const char *udp_bindaddr, const char *bind_service, int onlytcp, const char *sslcertdir)
Definition: codatunnel.c:34
char * argv[]
Definition: dir.cc:35
const char * sslcertdir
Definition: venus.cc:93