rev 713 - trunk/include/prothon
SVN User <[email protected]> Tue, 06 Jul 2004 19:31:37 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bcollins Date: 2004-07-06 19:31:33 -0400 (Tue, 06 Jul 2004) New Revision: 713 Modified: trunk/include/prothon/prothon.h Log: Make c2pr_strcpy() prototype match decleration. Modified: trunk/include/prothon/prothon.h =================================================================== --- trunk/include/prothon/prothon.h 2004-07-06 22:52:23 UTC (rev 712) +++ trunk/include/prothon/prothon.h 2004-07-06 23:31:33 UTC (rev 713) @@ -718,7 +718,7 @@ // SET_STRING_DATA: Change an existing object's data to string data // clobbers any esisting data pointer -void c2pr_strcpy(isp ist, obj_p obj, char* p, size_t len); +void c2pr_strcpy(isp ist, obj_p obj, char* p, data_size_t len); // PR_STRPTR: retreive string object as a C string char* pr2c_strptr(isp ist, obj_p str_obj);