Code

Fix compiler warnings.
[collection4.git] / src / graph_list.c
index d767ef945585198691fd737c2d2de5c750f5eb9b..b969d4ce2481a794e83997a5f8c7207bac0c6787 100644 (file)
@@ -210,7 +210,7 @@ static int gl_register_file (const graph_ident_t *file, /* {{{ */
   return (0);
 } /* }}} int gl_register_file */
 
-static int gl_register_ident (const graph_ident_t *ident, /* {{{ */
+static int gl_register_ident (graph_ident_t *ident, /* {{{ */
     __attribute__((unused)) void *user_data)
 {
   /* TODO: Check for duplicates if multiple data providers are used. */