~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.h

  • Committer: Brian Aker
  • Date: 2008-10-08 02:28:58 UTC
  • mfrom: (489.1.13 codestyle)
  • Revision ID: brian@tangent.org-20081008022858-ea8esagkxmn0dupc
Merge of Monty's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
/* This file defines structures needed by udf functions */
21
21
 
22
 
#ifdef USE_PRAGMA_INTERFACE
23
 
#pragma interface
24
 
#endif
25
22
 
26
23
#include "item_func.h"
27
24