Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 587498
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- tcpd.h
0
++ tcpd.h
Lines 11-17 Link Here
11
#include <netinet/in.h>
11
#include <netinet/in.h>
12
#include <stdio.h>
12
#include <stdio.h>
13
13
14
__BEGIN_DECLS
14
#ifdef __cplusplus
15
extern "C" {
16
#endif
15
17
16
/* Structure to describe one communications endpoint. */
18
/* Structure to describe one communications endpoint. */
17
19
Lines 252-257 Link Here
252
extern char *my_strtok();
254
extern char *my_strtok();
253
#endif
255
#endif
254
256
255
__END_DECLS
257
#ifdef __cplusplus
258
}
259
#endif
256
260
257
#endif
261
#endif

Return to bug 587498