summaryrefslogtreecommitdiff
path: root/src/include/eina_stringshare.h
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2010-01-13 21:20:32 +0000
committerVincent Torri <vincent.torri@gmail.com>2010-01-13 21:20:32 +0000
commitf76311f92e89b7f6757fbed4edfc75feb03ba2ef (patch)
tree878956e301119ed6a572154192dcb42d4d8eed82 /src/include/eina_stringshare.h
parent55f82d8475724277b4093f60ecf875c54bd828dd (diff)
downloadeina-f76311f92e89b7f6757fbed4edfc75feb03ba2ef.tar.gz
news is a valid stringshare
SVN revision: 45095
Diffstat (limited to 'src/include/eina_stringshare.h')
-rw-r--r--src/include/eina_stringshare.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/eina_stringshare.h b/src/include/eina_stringshare.h
index 82a3b3a..94c61e6 100644
--- a/src/include/eina_stringshare.h
+++ b/src/include/eina_stringshare.h
@@ -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"