~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_lib.cc

  • Committer: Brian Aker
  • Date: 2009-10-12 06:15:02 UTC
  • mfrom: (1165.1.178 static-functions)
  • Revision ID: brian@gaz-20091012061502-cds4m0cya7ow8sj7
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
 
53
53
static int comp_names(const struct fileinfo *a, const struct fileinfo *b);
54
 
 
 
54
static char* directory_file_name(char* dst, const char* src);
55
55
 
56
56
        /* We need this because program don't know with malloc we used */
57
57
 
172
172
 * Returns pointer to dst;
173
173
 */
174
174
 
175
 
char * directory_file_name (char * dst, const char *src)
 
175
static char* directory_file_name(char* dst, const char* src)
176
176
{
177
177
  /* Process as Unix format: just remove test the final slash. */
178
178