File: endprotoent.c

package info (click to toggle)
httptunnel 3.3%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 524 kB
  • ctags: 309
  • sloc: ansic: 4,646; sh: 338; makefile: 97
file content (17 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
port/endprotoent.c

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

#include <netdb_.h>

#include "config.h"

#ifndef HAVE_ENDPROTOENT
void
endprotoent (void)
{
  /* do nothing */
}
#endif