~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_rows.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef LIBDRIZZLECLIENT_DRIZZLE_ROWS_H
21
 
#define LIBDRIZZLECLIENT_DRIZZLE_ROWS_H
 
20
#ifndef _libdrizzle_drizzle_rows_h
 
21
#define _libdrizzle_drizzle_rows_h
22
22
 
23
23
#ifdef  __cplusplus
24
24
extern "C" {
39
39
}
40
40
#endif
41
41
 
42
 
#endif /* LIBDRIZZLECLIENT_DRIZZLE_ROWS_H */
 
42
#endif /* _libdrizzle_drizzle_rows_h */