]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix dev warning.
authorRoy Marples <roy@marples.name>
Sat, 24 May 2014 20:11:42 +0000 (20:11 +0000)
committerRoy Marples <roy@marples.name>
Sat, 24 May 2014 20:11:42 +0000 (20:11 +0000)
dev.h

diff --git a/dev.h b/dev.h
index a44b69587c4329d5cf6944e7b27f04ed8f7ac7a3..dcbd7b7037fe0ff75fd000a0ab5657b161208289 100644 (file)
--- a/dev.h
+++ b/dev.h
@@ -38,7 +38,7 @@ struct dev {
 };
 
 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 *);