~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.h

  • Committer: Moriyoshi Koizumi
  • Date: 2008-11-15 18:36:31 UTC
  • mto: (584.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 588.
  • Revision ID: mozo@mozo.jp-20081115183631-81d0clowyot42mk7
Incorporating changes proposed by mtaylor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  unsigned int drizzle_get_default_port(void);
54
54
  uint32_t drizzle_escape_string(char *to,const char *from,
55
55
                                 uint32_t from_length);
56
 
  uint32_t drizzle_hex_string(char *to,const char *from,
57
 
                              uint32_t from_length);
58
56
 
59
57
#ifdef  __cplusplus
60
58
}