~clint-fewbar/drizzle/regex-policy-cache-limiter

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/column.h

  • Committer: Clint Byrum
  • Date: 2012-03-15 18:05:43 UTC
  • mfrom: (2224.1.302 workspace)
  • Revision ID: clint@ubuntu.com-20120315180543-9jxxm4q10k3np2ws
merging with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 * @brief Column Declarations
41
41
 */
42
42
 
43
 
#ifndef __DRIZZLE_COLUMN_H
44
 
#define __DRIZZLE_COLUMN_H
 
43
#pragma once
45
44
 
46
45
#ifdef __cplusplus
47
46
extern "C" {
174
173
#ifdef __cplusplus
175
174
}
176
175
#endif
177
 
 
178
 
#endif /* __DRIZZLE_COLUMN_H */