# | Line 506 | Line 506 | delete_capability(const char *capab_name | |
---|---|---|
506 | * output - 0 if not found CAPAB otherwise | |
507 | * side effects - none | |
508 | */ | |
509 | < | int |
509 | > | unsigned int |
510 | find_capability(const char *capab) | |
511 | { | |
512 | const dlink_node *ptr = NULL; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |