00001 /* 00002 Copyright (C) 2017- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef INTERFACES_ADDRESS_H 00008 #define INTERFACES_ADDRESS_H 00009 00010 #include "jx.h" 00011 00012 struct jx *interfaces_of_host(); 00013 00014 #endif