~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/probes.h

  • Committer: Monty Taylor
  • Date: 2009-05-21 17:05:14 UTC
  • mto: (1022.4.2 update-to-gcc-44)
  • mto: This revision was merged to the branch mainline in revision 1036.
  • Revision ID: mordred@inaugust.com-20090521170514-lategx2w2mkcj01a
First attempt at supporting gcc-4.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#ifndef _PROBES_H
6
6
#define _PROBES_H
7
7
 
8
 
#include <unistd.h>
 
8
 
9
9
 
10
10
#ifdef  __cplusplus
11
11
extern "C" {