ORT_DIFF_FREE(3) Library Functions Manual ORT_DIFF_FREE(3)

ort_diffq_freefree openradtool difference queue

library “libort”

#include <sys/queue.h>
#include <stdio.h>
#include <ort.h>

void
ort_diffq_free(struct diffq *q);

Free a difference queue created by ort_diff(3). After being invoked, q may not be used. If q is NULL, this does nothing.

ort(3)

October 25, 2021 OpenBSD 6.7