mirror of
https://github.com/systemd/systemd.git
synced 2026-07-14 11:30:45 +00:00
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_
5 lines
118 B
C
5 lines
118 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int verb_plot(int argc, char *argv[], void *userdata);
|