~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/conn_local.h

  • Committer: Mark Atwood
  • Date: 2011-12-11 22:56:39 UTC
  • mfrom: (2465.1.1 drizzle)
  • Revision ID: me@mark.atwood.name-20111211225639-3d8ype7g2y82dci5
mergeĀ lp:~brianaker/drizzle/libdrizzle-breakout

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
 * @file
39
41
 * @brief Local Connection Declarations
40
42
 */
41
43
 
42
 
#ifndef __DRIZZLE_CONN_LOCAL_H
43
 
#define __DRIZZLE_CONN_LOCAL_H
44
 
 
45
44
#ifdef __cplusplus
46
45
extern "C" {
47
46
#endif
117
116
#ifdef __cplusplus
118
117
}
119
118
#endif
120
 
 
121
 
#endif /* __DRIZZLE_CONN_LOCAL_H */