~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/command_client.h

  • Committer: Mark Atwood
  • Date: 2011-11-22 17:04:41 UTC
  • mfrom: (2462.1.3 drizzle-include)
  • Revision ID: me@mark.atwood.name-20111122170441-5dehm0e0ax20z19b
mergeĀ lp:~brianaker/drizzle/fedora-16-fixes

Show diffs side-by-side

added added

removed removed

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