ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
open.h
Go to the documentation of this file.
1
/* Public domain. */
2
3
#ifndef OPEN_H
4
#define OPEN_H
5
6
extern
int
open_read
(
const
char
*);
7
extern
int
open_excl
(
const
char
*);
8
extern
int
open_append
(
const
char
*);
9
extern
int
open_trunc
(
const
char
*);
10
extern
int
open_write
(
const
char
*);
11
12
#endif
open_write
int open_write(const char *)
open_trunc
int open_trunc(const char *)
Definition:
open_trunc.c:7
open_excl
int open_excl(const char *)
open_read
int open_read(const char *)
Definition:
open_read.c:7
open_append
int open_append(const char *)
Definition:
open_append.c:7
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13