Changes to qemacs/cutils.h
Charlie Gordon <[email protected]> Fri, 13 May 2005 05:56:46 -0400
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/cutils.h diff -u qemacs/cutils.h:1.3 qemacs/cutils.h:1.4 --- qemacs/cutils.h:1.3 Tue May 10 18:53:04 2005 +++ qemacs/cutils.h Fri May 13 09:56:44 2005 @@ -7,6 +7,10 @@ int stristart(const char *str, const char *val, const char **ptr); void pstrcpy(char *buf, int buf_size, const char *str); char *pstrcat(char *buf, int buf_size, const char *s); + +/* CG: These definitions should be moved to a different header to + * avoid conflict with ffmpeg's cutil module. + */ char *pstrncpy(char *buf, int buf_size, const char *s, int len); /* simple dynamic strings wrappers. The strings are always terminated