View | Details | Raw Unified | Return to bug 14327
Collapse All | Expand All

(-)netdb.h (-2 / +2 lines)
Lines 175-182 Link Here
175
struct netent *  _getnetbyhtaddr  __P((unsigned long, int));
175
struct netent *  _getnetbyhtaddr  __P((unsigned long, int));
176
struct netent *  _getnetbydnsaddr __P((unsigned long, int));
176
struct netent *  _getnetbydnsaddr __P((unsigned long, int));
177
struct netent *  _getnetbynisaddr __P((unsigned long, int));
177
struct netent *  _getnetbynisaddr __P((unsigned long, int));
178
void _map_v4v6_address __P((const char *src, char *dst));
178
void _map_v4v6_address __P((const char *__src, char *__dst));
179
void _map_v4v6_hostent __P((struct hostent *hp, char **bp, int *len));
179
void _map_v4v6_hostent __P((struct hostent *__hp, char **__bp, int *__len));
180
__END_DECLS
180
__END_DECLS
181
181
182
#endif /* !_NETDB_H_ */
182
#endif /* !_NETDB_H_ */

Return to bug 14327