~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/check_stack_overrun.h

  • Committer: Monty Taylor
  • Date: 2009-04-25 20:45:19 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090425204519-lgrl7mz2r66v0jby
Blackhole.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_CHECK_STACK_OVERRUN_H
21
21
#define DRIZZLED_CHECK_STACK_OVERRUN_H
22
22
 
23
 
namespace drizzled
24
 
{
25
 
 
26
23
/**
27
24
  @note
28
25
  Note: The 'buf' parameter is necessary, even if it is unused here.
32
29
*/
33
30
bool check_stack_overrun(Session *session, long margin, void *buff);
34
31
 
35
 
} /* namespace drizzled */
36
 
 
37
32
#endif /* DRIZZLED_CHECK_STACK_OVERRUN_H */