~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/query.h

  • Committer: Brian Aker
  • Date: 2011-12-08 19:13:17 UTC
  • mfrom: (2466.2.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2468.
  • Revision ID: brian@tangent.org-20111208191317-05sd4x7o9isc86ag
Update all of libdrizzle per mine and Mark's conversation about how to break out code from interface.

Show diffs side-by-side

added added

removed removed

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