From: mquinson Date: Tue, 30 Nov 2010 15:54:27 +0000 (+0000) Subject: DUDES. We need one copy and only one copy of that damn prototype. Problems of hard... X-Git-Tag: v3_5~65 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/aaa58c7c03c5a91a3801f5fecdb79a79060ba5e9 DUDES. We need one copy and only one copy of that damn prototype. Problems of hard coding sprints... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8766 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 1888388016..3f25655744 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -134,6 +134,8 @@ XBT_PUBLIC(void) xbt_dynar_map(const xbt_dynar_t dynar, * @{ */ +XBT_INLINE void *xbt_dynar_set_at_ptr(const xbt_dynar_t dynar, + const unsigned long idx); XBT_INLINE XBT_PUBLIC(void *) xbt_dynar_get_ptr(const xbt_dynar_t dynar, const unsigned long idx); XBT_PUBLIC(void *) xbt_dynar_insert_at_ptr(xbt_dynar_t const dynar,