From 8338e32015fb04622ce4815d49b1faad20455e58 Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Thu, 8 Jul 1999 01:33:04 +0000 Subject: [PATCH] extend.h changes by bruno --- harbour/include/extend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/include/extend.h b/harbour/include/extend.h index aeb57af548..21729d3e17 100644 --- a/harbour/include/extend.h +++ b/harbour/include/extend.h @@ -233,7 +233,7 @@ void hb_arrayDel( PHB_ITEM pArray, ULONG ulIndex ); PHB_ITEM hb_arrayClone( PHB_ITEM pArray ); void hb_arrayAdd( PHB_ITEM pArray, PHB_ITEM pItemValue ); char * hb_arrayGetDate( PHB_ITEM pArray, ULONG ulIndex ); /* retrieves the date value contained on an array element */ - +ULONG hb_parinfa( int iParamNum, ULONG uiArrayIndex ); int hb_itemStrCmp( PHB_ITEM pFirst, PHB_ITEM pSecond, BOOL bForceExact ); /* our string compare */ char * hb_str( PHB_ITEM pNumber, PHB_ITEM pWidth, PHB_ITEM pDec ); /* convert number to string */ int hb_stricmp( const char *s1, const char *s2 );