~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
extern char *strcpy(char *, const char *);
82
82
#endif
83
83
 
84
 
#if !defined(__cplusplus)
85
 
#ifndef HAVE_STRPBRK
86
 
extern char *strpbrk(const char *, const char *);
87
 
#endif
88
 
#endif
89
84
extern int is_prefix(const char *, const char *);
90
85
 
91
86
/* Conversion routines */