~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle_h.ic

Merged in Jay's tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
803
803
extern void make_password_from_salt_323(char * to, unsigned long int const * salt);
804
804
# 450 "mysql_com.h"
805
805
extern void make_scrambled_password(char * to, char const * password);
806
 
# 443 "mysql_com.h"
807
 
extern void make_scrambled_password_323(char * to, char const * password);
808
806
# 33 "typelib.h"
809
807
extern void make_type(char * to, unsigned int, TYPELIB * typelib);
810
808
# 377 "mysql_com.h"