Files
systemd/src/analyze/analyze-plot.h
Lennart Poettering ef38bedbf9 analyze: systematically name verb entry point functions verb_xyz()
Some of the functions so far were named do_xyz(), others dump_xyz() and
even others test_xyz(). let's instead name them exactly like the verb
exposed in the command line, just prefixed with verb_
2022-02-21 17:22:23 +01:00

5 lines
118 B
C

/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
int verb_plot(int argc, char *argv[], void *userdata);