~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/field_server.h

  • Committer: Mark Atwood
  • Date: 2011-11-07 22:27:02 UTC
  • mfrom: (2449.1.4 drizzle-build)
  • Revision ID: me@mark.atwood.name-20111107222702-crj09kujv9awkylo
mergeĀ lp:~brianaker/drizzle/libdrizzle-update

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 * @brief Field Declarations for Servers
40
40
 */
41
41
 
42
 
#ifndef __DRIZZLE_FIELD_SERVER_H
43
 
#define __DRIZZLE_FIELD_SERVER_H
 
42
#pragma once
44
43
 
45
44
#ifdef __cplusplus
46
45
extern "C" {
64
63
#ifdef __cplusplus
65
64
}
66
65
#endif
67
 
 
68
 
#endif /* __DRIZZLE_FIELD_SERVER_H */