From 26ec11d81d9e02df11d5664e8437d1c879f530db Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Tue, 29 Jan 2002 09:05:18 +0000 Subject: [PATCH] New hb_itemPutCConst() prototype added --- harbour/include/hbapiitm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/harbour/include/hbapiitm.h b/harbour/include/hbapiitm.h index 45878b86d8..e042d2334d 100644 --- a/harbour/include/hbapiitm.h +++ b/harbour/include/hbapiitm.h @@ -96,6 +96,7 @@ extern void hb_itemInit ( PHB_ITEM pItem ); extern USHORT hb_itemPCount ( void ); extern PHB_ITEM hb_itemParam ( USHORT uiParam ); extern PHB_ITEM hb_itemPutC ( PHB_ITEM pItem, char * szText ); +extern PHB_ITEM hb_itemPutCConst( PHB_ITEM pItem, char * szText ); extern PHB_ITEM hb_itemPutCPtr ( PHB_ITEM pItem, char * szText, ULONG ulLen ); extern PHB_ITEM hb_itemPutCL ( PHB_ITEM pItem, char * szText, ULONG ulLen ); extern void hb_itemSetCMemo ( PHB_ITEM pItem ); @@ -135,4 +136,4 @@ extern void hb_itemSwap ( PHB_ITEM pItem1, PHB_ITEM pItem2 ); } #endif -#endif /* HB_APIITM_H_ */ +#endif /* HB_APIITM_H_ */ \ No newline at end of file