news is a valid stringshare

SVN revision: 45095
This commit is contained in:
Vincent Torri 2010-01-13 21:20:32 +00:00
parent 61daee00ae
commit 990576cd0e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ EAPI void eina_stringshare_del(const char *str);
EAPI int eina_stringshare_strlen(const char *str) EINA_CONST EINA_WARN_UNUSED_RESULT;
EAPI void eina_stringshare_dump(void);
static inline Eina_Bool eina_stringshare_replace(const char **p_str, const char *news) EINA_ARG_NONNULL(1, 2);
static inline Eina_Bool eina_stringshare_replace(const char **p_str, const char *news) EINA_ARG_NONNULL(1);
#include "eina_inline_stringshare.x"