~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-12-20 02:32:53 UTC
  • mfrom: (2469.1.1 drizzle-build)
  • Revision ID: me@mark.atwood.name-20111220023253-bvu0kr14kwsdvz7g
mergeĀ lp:~brianaker/drizzle/deprecate-pbms

Show diffs side-by-side

added added

removed removed

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