/*
*
* @(#)83        1.2  src/examples/common/os2/gethost.h, examples.src, os2dce21.dss, 960602a.1  11/17/95  10:24:38
*
* COMPONENT_NAME:  examples.src
*
* FUNCTIONS:
*
* ORIGINS: 27
*
* OBJECT CODE ONLY SOURCE MATERIALS
*
* (C) COPYRIGHT International Business Machines Corp. 1992, 1994
*  All Rights Reserved
*  Licensed Materials - Property of IBM
*
*  US Government Users Restricted Rights - Use, duplication or
*  disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
/*******************************************************************

 PROGRAM NAME: gethost.h

 DESCRIPTIVE NAME: Prototypes gethostname function


********************************************************************/

extern int gethostname (char * Name, int NameLength);
