Index: obj_subc_list.h =================================================================== --- obj_subc_list.h (revision 19472) +++ obj_subc_list.h (revision 19473) @@ -50,11 +50,11 @@ /* Calculate a hash value using the content of the subc. The hash value represents the actual content of an subc */ -unsigned int pcb_subc_hash(const pcb_subc_t *e); +unsigned int pcb_subc_hash(pcb_subc_t *e); /* Compare two subcs and return 1 if they are qeual (their uids match and they contain the same objects). */ -int pcb_subc_eq(const pcb_subc_t *sc1, const pcb_subc_t *sc2); +int pcb_subc_eq(pcb_subc_t *sc1, pcb_subc_t *sc2); /* Create a new local variable to be used for deduplication */ #define pcb_subclist_dedup_initializer(state) htscp_t *state = NULL;