Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706746
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/./src/interface.h
0
++ b/./src/interface.h
Lines 21-28 Link Here
21
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
22
 */
22
 */
23
23
24
int interface_auto_up;
24
extern int interface_auto_up;
25
int interface_do_message;
25
extern int interface_do_message;
26
26
27
typedef enum { IFSTATUS_UP, IFSTATUS_DOWN, IFSTATUS_ERR } interface_status_t;
27
typedef enum { IFSTATUS_UP, IFSTATUS_DOWN, IFSTATUS_ERR } interface_status_t;
28
28

Return to bug 706746