1
0
mirror of https://passt.top/passt synced 2024-06-30 23:12:39 +00:00
passt/conf.h

12 lines
233 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later
* Copyright (c) 2021 Red Hat GmbH
* Author: Stefano Brivio <sbrivio@redhat.com>
*/
#ifndef CONF_H
#define CONF_H
void conf(struct ctx *c, int argc, char **argv);
#endif /* CONF_H */