~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_delete.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "mysys_priv.h"
17
17
#include "mysys_err.h"
 
18
#include <my_sys.h>
18
19
 
19
20
int my_delete(const char *name, myf MyFlags)
20
21
{