~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_arr_appstr.c

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  @retval TRUE   Failure, array is full
31
31
*/
32
32
 
33
 
my_bool array_append_string_unique(const char *str,
 
33
bool array_append_string_unique(const char *str,
34
34
                                   const char **array, size_t size)
35
35
{
36
36
  const char **p;