File: netdb_.h

package info (click to toggle)
httptunnel 3.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,092 kB
  • ctags: 299
  • sloc: ansic: 4,505; sh: 338; makefile: 88
file content (18 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
port/Netdb.h

Copyright (C) 1999 Lars Brinkhoff.  See COPYING for terms and conditions.
*/

#ifndef PORT_NETDB_H
#define PORT_NETDB_H

#include <netdb.h>

#include "config.h"

#ifndef HAVE_ENDPROTOENT
void endprotoent (void);
#endif

#endif /* PORT_NETDB_H */