changeset 2495:8a285cbcdd74 draft

Fix dev warning.
author Roy Marples <roy@marples.name>
date Sat, 24 May 2014 20:11:42 +0000
parents 9ee5781a9a80
children 060f513c07b4
files dev.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dev.h	Sat May 24 19:58:50 2014 +0000
+++ b/dev.h	Sat May 24 20:11:42 2014 +0000
@@ -38,7 +38,7 @@
 };
 
 struct dev_dhcpcd {
-	void (*handle_interface)(void *, int, const char *);
+	int (*handle_interface)(void *, int, const char *);
 };
 
 int dev_init(struct dev *, const struct dev_dhcpcd *);