netatalk
4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Toggle main menu visibility
Loading...
Searching...
No Matches
nad_adouble.h
Go to the documentation of this file.
1
#ifndef NAD_ADOUBLE_H
2
#define NAD_ADOUBLE_H 1
3
4
/* Forward Declarations */
5
struct
nad_volume
;
6
struct
FHeader
;
7
8
void
nad_set_volume
(
const
struct
nad_volume
*volume);
9
int
nad_open
(
char
*
path
,
int
openflags,
struct
FHeader
*fh,
int
options);
10
int
nad_header_read
(
struct
FHeader
*fh);
11
int
nad_header_write
(
struct
FHeader
*fh);
12
ssize_t
nad_read
(
int
fork,
char
*forkbuf,
size_t
bufc);
13
ssize_t
nad_write
(
int
fork,
char
*forkbuf,
size_t
bufc);
14
int
nad_close
(
int
status);
15
16
#endif
/* NAD_ADOUBLE_H */
nad_close
int nad_close(int status)
Definition
nad_adouble.c:766
nad_header_read
int nad_header_read(struct FHeader *fh)
Definition
nad_adouble.c:432
nad_read
ssize_t nad_read(int fork, char *forkbuf, size_t bufc)
Definition
nad_adouble.c:663
nad_write
ssize_t nad_write(int fork, char *forkbuf, size_t bufc)
Definition
nad_adouble.c:683
nad_open
int nad_open(char *path, int openflags, struct FHeader *fh, int options)
Definition
nad_adouble.c:242
nad_header_write
int nad_header_write(struct FHeader *fh)
Definition
nad_adouble.c:572
nad_set_volume
void nad_set_volume(const struct nad_volume *volume)
Definition
nad_adouble.c:154
FHeader
Definition
megatron.h:59
nad_volume
Definition
megatron.h:71
path
Definition
include/atalk/directory.h:140
bin
nad
nad_adouble.h
Generated by
1.18.0