X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fum%2Finclude%2Fnet_user.h;h=19f207cd70fe4b3bf6ed33dee917a58622055d9a;hb=920841d8d1d61bc12b43f95a579a5374f6d98f81;hp=89885a77a771f203edbbf39d6fadd6742e54e2e2;hpb=5893a65711164e42fea4a58bb8adf47c2fac8a4b;p=powerpc.git diff --git a/arch/um/include/net_user.h b/arch/um/include/net_user.h index 89885a77a7..19f207cd70 100644 --- a/arch/um/include/net_user.h +++ b/arch/um/include/net_user.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ @@ -25,10 +25,8 @@ struct net_user_info { }; extern void ether_user_init(void *data, void *dev); -extern void dev_ip_addr(void *d, char *buf, char *bin_buf); -extern void set_ether_mac(void *d, unsigned char *addr); -extern void iter_addresses(void *d, void (*cb)(unsigned char *, - unsigned char *, void *), +extern void iter_addresses(void *d, void (*cb)(unsigned char *, + unsigned char *, void *), void *arg); extern void *get_output_buffer(int *len_out); @@ -53,14 +51,3 @@ extern char *split_if_spec(char *str, ...); extern int dev_netmask(void *d, void *m); #endif - -/* - * Overrides for Emacs so that we follow Linus's tabbing style. - * Emacs will notice this stuff at the end of the file and automatically - * adjust the settings for this buffer only. This must remain at the end - * of the file. - * --------------------------------------------------------------------------- - * Local variables: - * c-file-style: "linux" - * End: - */