passt/conf.h

12 lines
233 B
C

/* 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 */