summaryrefslogtreecommitdiff
path: root/src/include/util_Network.h
blob: b27987f8b2c5094e9981aa24390743f8bf09e304 (plain)
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
 /*@@
   @header    util_Network.c
   @date      Fri 19 Jan 2001
   @author    Thomas Radke
   @desc
              Network related routines
   @enddesc
   @version $Header$
 @@*/

#ifndef _UTIL_NETWORK_H_
#define _UTIL_NETWORK_H_ 1

#ifdef __cplusplus
extern "C" 
{
#endif

void Util_GetHostName (char *name, int length);

#ifdef __cplusplus
}
#endif

#endif /* _UTIL_NETWORK_H_ */