Eina list: eina_list_data_set is *not* pure.

SVN revision: 62081
This commit is contained in:
Tom Hacohen 2011-08-04 06:44:19 +00:00
parent 575db1275d
commit 41f840b9b1
1 changed files with 1 additions and 1 deletions

View File

@ -1261,7 +1261,7 @@ static inline void *eina_list_data_get(const Eina_List *list) EINA_PURE E
*
* @warning @p list must be a pointer to the first element of the list.
*/
static inline void *eina_list_data_set(Eina_List *list, const void *data) EINA_PURE;
static inline void *eina_list_data_set(Eina_List *list, const void *data);
/**
* @brief Get the count of the number of items in a list.