~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_same.cc

  • Committer: Tim Penhey
  • Date: 2010-01-20 02:39:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1275.
  • Revision ID: tim.penhey@canonical.com-20100120023901-8teeunid6gwlthzx
Add in a rot 13 function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Kopierar biblioteksstrukturen och extensionen fr}n ett filnamn */
17
17
 
18
 
#include "config.h"
19
 
 
20
 
#include "drizzled/internal/my_sys.h"
 
18
#include "drizzled/internal/mysys_priv.h"
21
19
#include "drizzled/internal/m_string.h"
22
20
 
23
 
namespace drizzled
24
 
{
25
 
namespace internal
26
 
{
27
 
 
28
21
        /*
29
22
          Copy directory and/or extension between filenames.
30
23
          (For the meaning of 'flag', check mf_format.c)
43
36
 
44
37
  return(fn_format(to,to,dev,ext,flag));
45
38
} /* fn_same */
46
 
 
47
 
} /* namespace internal */
48
 
} /* namespace drizzled */