~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_local.h

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

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 Drizzle Declarations
40
42
 */
41
43
 
42
 
#ifndef __DRIZZLE_LOCAL_H
43
 
#define __DRIZZLE_LOCAL_H
44
 
 
45
44
#ifdef __cplusplus
46
45
extern "C" {
47
46
#endif
162
161
#ifdef __cplusplus
163
162
}
164
163
#endif
165
 
 
166
 
#endif /* __DRIZZLE_LOCAL_H */