~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/password.h

  • Committer: Monty Taylor
  • Date: 2009-02-21 02:48:50 UTC
  • mto: (892.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: mordred@inaugust.com-20090221024850-q34zzui2spju93et
Fixed more warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  };
37
37
 
38
38
 
39
 
  void drizzleclient_randominit(struct rand_struct *, unsigned long seed1,
40
 
                                unsigned long seed2);
 
39
  void drizzleclient_randominit(struct rand_struct *, uint64_t seed1,
 
40
                                uint64_t seed2);
41
41
  double drizzleclient_my_rnd(struct rand_struct *);
42
42
  void drizzleclient_create_random_string(char *to, unsigned int length,
43
43
                            struct rand_struct *rand_st);