netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
rpc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2011 Frank Lahm
3 * All Rights Reserved. See COPYRIGHT.
4 */
5
6#ifndef ATALK_RPC_H
7#define ATALK_RPC_H
8
9#ifdef HAVE_CONFIG_H
10#include "config.h"
11#endif
12
13#include <sys/types.h>
14#include <inttypes.h>
15
16#include "event2/event.h"
17#include "event2/http.h"
18#include "event2/rpc.h"
19
20#include <atalk/lockrpc.gen.h>
21
22struct adouble;
23extern int rpc_init(const char *addr, unsigned short port);
24extern int rpc_lock(struct adouble *, uint32_t eid, int type, off_t off,
25 off_t len, int user);
26extern void rpc_unlock(struct adouble *, int user);
27extern int rpc_tmplock(struct adouble *, uint32_t eid, int type, off_t off,
28 off_t len, int user);
29
30#endif /* ATALK_RPC_H */
int addr(struct interface *iface, char **av)
Definition config.c:643
static enum op type
Definition nad_cp.c:95
static unsigned char port
Definition pap.c:504
void rpc_unlock(struct adouble *, int user)
int rpc_lock(struct adouble *, uint32_t eid, int type, off_t off, off_t len, int user)
int rpc_init(const char *addr, unsigned short port)
int rpc_tmplock(struct adouble *, uint32_t eid, int type, off_t off, off_t len, int user)
Definition adouble.h:191