-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrpc.h
More file actions
38 lines (28 loc) · 731 Bytes
/
rpc.h
File metadata and controls
38 lines (28 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
* Please do not edit this file.
* It was generated using rpcgen.
*/
#ifndef _RPC_H_RPCGEN
#define _RPC_H_RPCGEN
#include <rpc/rpc.h>
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
#define REGISTRAR 4334
#define REGISTRARVER 1
#if defined(__STDC__) || defined(__cplusplus)
#define RPC_DATE 1
extern enum clnt_stat rpc_date_1(char *, int *, CLIENT *);
extern bool_t rpc_date_1_svc(char *, int *, struct svc_req *);
extern int registrar_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
#else /* K&R C */
#define RPC_DATE 1
extern enum clnt_stat rpc_date_1();
extern bool_t rpc_date_1_svc();
extern int registrar_1_freeresult ();
#endif /* K&R C */
#ifdef __cplusplus
}
#endif
#endif /* !_RPC_H_RPCGEN */