Method

MalcontentWebFilterBuilderclear

unstable since: 0.14.0

Declaration [src]

void
mct_web_filter_builder_clear (
  MctWebFilterBuilder* builder
)

Description [src]

Clear builder, freeing any internal state in it.

This will not free the top-level storage for builder itself, which is assumed to be allocated on the stack.

If called on an already-cleared MctWebFilterBuilder, this function is idempotent.

Available since: 0.14.0