netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
misc.h
Go to the documentation of this file.
1#ifndef AFPD_MISC_H
2#define AFPD_MISC_H 1
3
4#include <atalk/globals.h>
5
6/* FP functions */
7/* messages.c */
8int afp_getsrvrmesg(AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf,
9 size_t *rbuflen);
10
11#define afp_getdiracl NULL
12#define afp_setdiracl NULL
13#define afp_afschangepw NULL
14
15#endif
static size_t rbuflen
Definition afpfunc_helpers.c:45
static char rbuf[rbufsize]
Definition afpfunc_helpers.c:44
int afp_getsrvrmesg(AFPObj *obj, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen)
Definition messages.c:115
static AFPObj obj
Definition netatalk.c:62
Definition globals.h:154