cctools
interfaces_address.h
1/*
2Copyright (C) 2022 The University of Notre Dame
3This software is distributed under the GNU General Public License.
4See the file COPYING for details.
5*/
6
7#ifndef INTERFACES_ADDRESS_H
8#define INTERFACES_ADDRESS_H
9
10#include "jx.h"
11
12struct jx *interfaces_of_host();
13
14#endif
JSON Expressions (JX) library.
JX value representing any expression type.
Definition jx.h:117