added hb_getenv() definition

This commit is contained in:
Antonio Linares
2001-12-09 18:15:27 +00:00
parent 06c32a6d71
commit 097f13f08a

View File

@@ -577,8 +577,12 @@ extern char * hb_verCompiler( void ); /* retrieves a newly allocated buffer cont
extern char * hb_verHarbour( void ); /* retrieves a newly allocated buffer containing harbour version */
extern void hb_verBuildInfo( void ); /* display harbour, compiler, and platform versions to standard console */
/* environment variables access */
/* WARNING: This returned pointer must be freed using hb_xfree( ( void * ) ptr ); */
extern char * hb_getenv( const char * name );
#if defined(HB_EXTERN_C)
}
#endif
#endif /* HB_APIEXT_H_ */
#endif /* HB_APIEXT_H_ */