~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Monty Taylor
  • Date: 2008-10-21 23:41:34 UTC
  • Revision ID: monty@inaugust.com-20081021234134-1md1um9m7fh9jxex
Removed stxnmov. Also deleted strstr which had already been removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
extern  char *strxmov(char *dst,const char *src, ...);
82
82
extern  char *strxcpy(char *dst,const char *src, ...);
83
83
extern  char *strxncat(char *dst,size_t len, const char *src, ...);
84
 
extern  char *strxnmov(char *dst,size_t len, const char *src, ...);
85
84
extern  char *strxncpy(char *dst,size_t len, const char *src, ...);
86
85
 
87
86
/* Prototypes of normal stringfunctions (with may ours) */