~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/libdrizzle/column_client.h

  • Committer: Mark Atwood
  • Date: 2011-10-08 04:50:51 UTC
  • mfrom: (2430.1.1 rf)
  • Revision ID: me@mark.atwood.name-20111008045051-6ha1qiy7k2a9c3jv
Tags: 2011.10.27
mergeĀ lp:~olafvdspek/drizzle/refactor2

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 *
35
35
 */
36
36
 
37
 
#pragma once
38
37
 
39
38
/**
40
39
 * @file
41
40
 * @brief Column Declarations for Clients
42
41
 */
43
42
 
 
43
#ifndef __DRIZZLE_COLUMN_CLIENT_H
 
44
#define __DRIZZLE_COLUMN_CLIENT_H
 
45
 
44
46
#ifdef __cplusplus
45
47
extern "C" {
46
48
#endif
123
125
#ifdef __cplusplus
124
126
}
125
127
#endif
 
128
 
 
129
#endif /* __DRIZZLE_COLUMN_CLIENT_H */