~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/column.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:
40
40
 * @brief Column Declarations
41
41
 */
42
42
 
43
 
#pragma once
 
43
#ifndef __DRIZZLE_COLUMN_H
 
44
#define __DRIZZLE_COLUMN_H
44
45
 
45
46
#ifdef __cplusplus
46
47
extern "C" {
173
174
#ifdef __cplusplus
174
175
}
175
176
#endif
 
177
 
 
178
#endif /* __DRIZZLE_COLUMN_H */