~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/command_server.h

  • Committer: Mark Atwood
  • Date: 2011-11-14 07:30:41 UTC
  • Revision ID: me@mark.atwood.name-20111114073041-mo2hgg8ouseo2kpu
releaseĀ 2011.11.29

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 * @brief Command Declarations for Servers
41
41
 */
42
42
 
43
 
#pragma once
 
43
#ifndef __DRIZZLE_COMMAND_SERVER_H
 
44
#define __DRIZZLE_COMMAND_SERVER_H
44
45
 
45
46
#ifdef __cplusplus
46
47
extern "C" {
59
60
#ifdef __cplusplus
60
61
}
61
62
#endif
 
63
 
 
64
#endif /* __DRIZZLE_COMMAND_SERVER_H */