~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/command_client.h

Fix merge issues with 1.0 CC fix.

Show diffs side-by-side

added added

removed removed

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