~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/libdrizzle/conn_server.h

  • Committer: Daniel Nichter
  • Date: 2011-10-23 05:45:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023054509-5w1z0g4hn1c4guqv
A lot of doc changes: rewrite and expand Configuration and Administration, re-order top-level sections, enhance Contributing, add Release Notes, add Help and Support, fix title casing, label all plugins, other misc. enhancements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 *
35
35
 */
36
36
 
37
 
#pragma once
38
 
 
39
37
/**
40
38
 * @file
41
39
 * @brief Connection Declarations for Servers
42
40
 */
43
41
 
 
42
#ifndef __DRIZZLE_CON_SERVER_H
 
43
#define __DRIZZLE_CON_SERVER_H
 
44
 
44
45
#ifdef __cplusplus
45
46
extern "C" {
46
47
#endif
222
223
#ifdef __cplusplus
223
224
}
224
225
#endif
 
226
 
 
227
#endif /* __DRIZZLE_CON_SERVER_H */