]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/dict.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve a bit the documentation of hte xbt_queues, and ensure that they are displayed...
[simgrid.git] / include / xbt / dict.h
index 215da99694f3cb4ccef0bb61fbb91633f2af5a79..f5256cf214015611f72db3dcfcdaf2916feaaad0 100644 (file)
@@ -124,8 +124,7 @@ typedef struct xbt_dict_cursor_ *xbt_dict_cursor_t;
 XBT_PUBLIC(xbt_dict_cursor_t) xbt_dict_cursor_new(const xbt_dict_t dict);
 XBT_PUBLIC(void) xbt_dict_cursor_free(xbt_dict_cursor_t * cursor);
 
-XBT_PUBLIC(void) xbt_dict_cursor_rewind(xbt_dict_cursor_t
-                                                   cursor);
+XBT_PUBLIC(void) xbt_dict_cursor_rewind(xbt_dict_cursor_t cursor);
 
 
 XBT_PUBLIC(char *) xbt_dict_cursor_get_key(xbt_dict_cursor_t cursor);