From: Kidong L. <bri...@us...> - 2004-06-13 00:50:11
|
Update of /cvsroot/syncml-ctoolkit/toolkit/src/sml/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27519/sml/inc Modified Files: sml.h Log Message: Attached macro in the end of function prototypes to build on PalmOS/prc-tools Index: sml.h =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/inc/sml.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sml.h 24 May 2004 01:33:34 -0000 1.5 --- sml.h 13 Jun 2004 00:49:56 -0000 1.6 *************** *** 287,291 **** SML_API_DEF String_t smlPcdata2String( SmlPcdataPtr_t pcdata ); SML_API_DEF SmlPcdataPtr_t smlString2Pcdata( String_t str ); ! SML_API_DEF SmlPcdataPtr_t smlPcdataDup(SmlPcdataPtr_t pcdata); SML_API_DEF MemSize_t smlGetFreeBuffer(InstanceID_t id); #endif --- 287,291 ---- SML_API_DEF String_t smlPcdata2String( SmlPcdataPtr_t pcdata ); SML_API_DEF SmlPcdataPtr_t smlString2Pcdata( String_t str ); ! SML_API_DEF SmlPcdataPtr_t smlPcdataDup(SmlPcdataPtr_t pcdata); SML_API_DEF MemSize_t smlGetFreeBuffer(InstanceID_t id); #endif |