From b45f9d69bd35dd66343f2799955baaf8447b65ca Mon Sep 17 00:00:00 2001 From: April White Date: Sun, 18 Jun 2000 19:42:05 +0000 Subject: [PATCH] 2000-06-17 20:34 UTC+0500 April White * include/hbapi.h * forgot an end of comment tag --- harbour/include/hbapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/include/hbapi.h b/harbour/include/hbapi.h index 85ad35c43d..c2dca893da 100644 --- a/harbour/include/hbapi.h +++ b/harbour/include/hbapi.h @@ -261,7 +261,7 @@ extern ULONG hb_parclen( int iParam, ... ); /* retrieve a string parameter le extern ULONG hb_parcsiz( int iParam, ... ); /* retrieve a by-reference string parameter length, including terminator */ extern char * hb_pards( int iParam, ... ); /* retrieve a date as a string yyyymmdd */ extern char * hb_pardsbuff( char * szDate, int iParam, ... ); /* retrieve a date as a string yyyymmdd */ -extern ULONG hb_parinfa( int iParamNum, ULONG uiArrayIndex ); /* retrieve length or element type of an array parameter +extern ULONG hb_parinfa( int iParamNum, ULONG uiArrayIndex ); /* retrieve length or element type of an array parameter */ extern int hb_parinfo( int iParam ); /* Determine the param count or data type */ extern int hb_parl( int iParam, ... ); /* retrieve a logical parameter as an int */ extern double hb_parnd( int iParam, ... ); /* retrieve a numeric parameter as a double */