#91 closed defect (fixed)
Function psHashRemove return value
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In SDR-02 paragraph 3.5, the function prototype for psHashRemove defines a
return type of void *, but the description states the function will return a
value of true if successful and false otherwise. Should the return type for
function psHashRemove be a bool?
Note:
See TracTickets
for help on using tickets.

yes, psHashRemove, like psListRemove, should NOT return the removed item, but
should rather simply remove it from the list and return the status. return
value should be bool.