~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/result_server.h

Fix merge issues with 1.0 CC fix.

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 Result Declarations for Servers
40
42
 */
41
43
 
42
 
#ifndef __DRIZZLE_RESULT_SERVER_H
43
 
#define __DRIZZLE_RESULT_SERVER_H
44
 
 
45
44
#ifdef __cplusplus
46
45
extern "C" {
47
46
#endif
140
139
#ifdef __cplusplus
141
140
}
142
141
#endif
143
 
 
144
 
#endif /* __DRIZZLE_RESULT_SERVER_H */