X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=cconv.c;h=5b9c3be2590c79b3b6ec50f664c3ed49bec3d88a;hp=2843a71ca555c664961dfa88826c46ae5f46ed68;hb=ea1f1da3959dac74093013f4bb20320f97000219;hpb=bedc9dc24223bb33be4120f4a57718bc54888ca5 diff --git a/cconv.c b/cconv.c index 2843a71c..5b9c3be2 100644 --- a/cconv.c +++ b/cconv.c @@ -18,7 +18,7 @@ static void string_to_net(uint8_t *dst, const char *src) dst[0] = '\0'; } -void free_thread_options_to_cpu(struct thread_options *o) +static void free_thread_options_to_cpu(struct thread_options *o) { free(o->description); free(o->name);