-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.h
More file actions
37 lines (27 loc) · 698 Bytes
/
hello.h
File metadata and controls
37 lines (27 loc) · 698 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
/*
* Please do not edit this file.
* It was generated using rpcgen.
*/
#ifndef _HELLO_H_RPCGEN
#define _HELLO_H_RPCGEN
#include <tirpc/rpc/rpc.h>
#ifdef __cplusplus
extern "C" {
#endif
#define DISPLAY_PRG 0x20000001
#define DISPLAY_VER 1
#if defined(__STDC__) || defined(__cplusplus)
#define print_hello 1
extern int * print_hello_1(CLIENT *);
extern int * print_hello_1_svc(struct svc_req *);
extern int display_prg_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
#else /* K&R C */
#define print_hello 1
extern int * print_hello_1();
extern int * print_hello_1_svc();
extern int display_prg_1_freeresult ();
#endif /* K&R C */
#ifdef __cplusplus
}
#endif
#endif /* !_HELLO_H_RPCGEN */