Coda Distributed File System
lib-src
rpc2
include
rpc2
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
9
This code is distributed "AS IS" without warranty of any kind under
10
the terms of the GNU Library General Public Licence Version 2, as
11
shown in the file LICENSE. The technical and financial contributors to
12
Coda are listed in the file CREDITS.
13
14
Additional copyrights
15
16
#*/
17
18
#ifndef _CODATUNNEL_H_
19
#define _CODATUNNEL_H_
20
21
int
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_ */
codatunnel_fork
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
argv
char * argv[]
Definition:
dir.cc:35
sslcertdir
const char * sslcertdir
Definition:
venus.cc:93
Generated by
1.9.4