~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/query.h

  • Committer: Brian Aker
  • Date: 2011-11-26 23:14:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2465.
  • Revision ID: brian@tangent.org-20111126231459-pa9i3arizevf0vlr
Remove con from being passed object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 * @brief Query Declarations
40
40
 */
41
41
 
42
 
#pragma once
 
42
#ifndef __DRIZZLE_QUERY_H
 
43
#define __DRIZZLE_QUERY_H
43
44
 
44
45
#ifdef __cplusplus
45
46
extern "C" {
240
241
#ifdef __cplusplus
241
242
}
242
243
#endif
 
244
 
 
245
#endif /* __DRIZZLE_QUERY_H */