~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/drizzle.h

  • Committer: Brian Aker
  • Date: 2011-11-18 16:11:02 UTC
  • mto: (2463.1.1 drizzle-include)
  • mto: This revision was merged to the branch mainline in revision 2462.
  • Revision ID: brian@tangent.org-20111118161102-d1mbswn88iwc2iv1
Pass through refactoring.

Never throw exceptions from libraries. You can not have the assumption that in a driver that the above language can handle this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
 * @param[in] options Available options for drizzle structure to remove.
252
252
 */
253
253
DRIZZLE_API
254
 
void drizzle_remove_options(drizzle_st *drizzle, drizzle_options_t options);
 
254
void drizzle_remove_options(drizzle_st *, drizzle_options_t);
255
255
 
256
256
/**
257
257
 * Get application context pointer.