Remove the first BIO from a chain and return the new head.
Return Value
The next BIO in the chain, or NULL if b was the last BIO.
Parameters
Name |
Description |
b |
BIO at the head of a chain (may be the only BIO). |
Created with MrDocs