~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.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:
40
40
 * @brief Column Declarations for Clients
41
41
 */
42
42
 
43
 
#pragma once
 
43
#ifndef __DRIZZLE_COLUMN_CLIENT_H
 
44
#define __DRIZZLE_COLUMN_CLIENT_H
44
45
 
45
46
#ifdef __cplusplus
46
47
extern "C" {
123
124
#ifdef __cplusplus
124
125
}
125
126
#endif
 
127
 
 
128
#endif /* __DRIZZLE_COLUMN_CLIENT_H */