~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/net_serv.h

  • Committer: Monty Taylor
  • Date: 2008-11-27 23:14:56 UTC
  • mto: (629.2.1 devel)
  • mto: This revision was merged to the branch mainline in revision 631.
  • Revision ID: monty@bitters-20081127231456-45kl00o5smelokb5
More solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#endif
27
27
 
28
28
#include <stdint.h>
29
 
#include <stdbool.h>
 
29
#if !defined(__cplusplus)
 
30
# include <stdbool.h>
 
31
#endif
30
32
 
31
33
#define net_new_transaction(net) ((net)->pkt_nr=0)
32
34