~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/query.h

  • Committer: Mark Atwood
  • Date: 2011-11-14 07:30:41 UTC
  • Revision ID: me@mark.atwood.name-20111114073041-mo2hgg8ouseo2kpu
releaseĀ 2011.11.29

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 */