diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2003-08-23 14:34:18 -0700 |
|---|---|---|
| committer | Stephen Hemminger <shemminger@osdl.org> | 2003-08-23 14:34:18 -0700 |
| commit | 0f88d200d5618527143b15d65eccaa1045b0064e (patch) | |
| tree | 64a885417f570d6ccecdfafc9707d6bb5667f69e /include/net | |
| parent | 555eb2820490d03873edde71f56b04ecf7b731bd (diff) | |
[AX25]: Convert to seq_file.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/ax25.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ax25.h b/include/net/ax25.h index 532b480d02cb..171b92848a25 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h @@ -314,7 +314,7 @@ extern int ax25_check_iframes_acked(ax25_cb *, unsigned short); /* ax25_route.c */ extern void ax25_rt_device_down(struct net_device *); extern int ax25_rt_ioctl(unsigned int, void *); -extern int ax25_rt_get_info(char *, char **, off_t, int); +extern struct file_operations ax25_route_fops; extern int ax25_rt_autobind(ax25_cb *, ax25_address *); extern ax25_route *ax25_rt_find_route(ax25_route *, ax25_address *, struct net_device *); @@ -373,7 +373,7 @@ extern unsigned long ax25_display_timer(struct timer_list *); extern int ax25_uid_policy; extern ax25_address *ax25_findbyuid(uid_t); extern int ax25_uid_ioctl(int, struct sockaddr_ax25 *); -extern int ax25_uid_get_info(char *, char **, off_t, int); +extern struct file_operations ax25_uid_fops; extern void ax25_uid_free(void); /* sysctl_net_ax25.c */ |
