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