Difference between revisions of "Talk:OpenDBX/C API/odbx escape"

From Linuxnetworks
Jump to: navigation, search
(Created page with 'int odbx_escape( odbx_t* handle, const char* from, unsigned long fromlen, char* to, unsigned long* tolen ) The last parameter is a pointer to long')
 
 
Line 2: Line 2:
  
 
The last parameter is a pointer to long
 
The last parameter is a pointer to long
 +
 +
Yes, that's true.
 +
 +
--[[User:Nose|Nose]] 17:43, 17 July 2010 (UTC)

Latest revision as of 18:43, 17 July 2010

int odbx_escape( odbx_t* handle, const char* from, unsigned long fromlen, char* to, unsigned long* tolen )

The last parameter is a pointer to long

Yes, that's true.

--Nose 17:43, 17 July 2010 (UTC)