~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 03:44:51 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221034451-hmztoep4qbaqne8w
Trims more out of server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
extern char *strcpy(char *, const char *);
81
81
#endif
82
82
 
83
 
extern int is_prefix(const char *, const char *);
84
 
 
85
83
/* Conversion routines */
86
84
typedef enum {
87
85
  MY_GCVT_ARG_FLOAT,