~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

  • Committer: Brian Aker
  • Date: 2011-02-22 06:09:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2191.
  • Revision ID: brian@tangent.org-20110222060935-l2uw4kf37w62wdx7
Remove duplicate symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
typedef int (*Process_option_func)(void *ctx, const char *group_name,
270
270
                                   const char *option);
271
271
 
272
 
int handle_default_option(void *in_ctx, const char *group_name,
273
 
                          const char *option);
274
 
 
275
 
 
276
 
 
277
 
        /* Prototypes for mysys and my_func functions */
 
272
/* Prototypes for mysys and my_func functions */
278
273
 
279
274
extern int my_copy(const char *from,const char *to,myf MyFlags);
280
275
DRIZZLED_API int my_delete(const char *name,myf MyFlags);