~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/drizzle_parameters.h

  • Committer: Brian Aker
  • Date: 2009-02-08 12:39:10 UTC
  • mfrom: (840.1.21 devel)
  • Revision ID: brian@tangent.org-20090208123910-gaodow8xvkw9ed4l
Merging Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  void *extension;
34
34
} DRIZZLE_PARAMETERS;
35
35
 
36
 
const DRIZZLE_PARAMETERS * drizzle_get_parameters(void);
 
36
const DRIZZLE_PARAMETERS * drizzleclient_get_parameters(void);
37
37
 
38
38
#ifdef  __cplusplus
39
39
}