~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/net/psnap.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _NET_PSNAP_H
2
2
#define _NET_PSNAP_H
3
3
 
4
 
extern struct datalink_proto *
 
4
struct datalink_proto *
5
5
register_snap_client(const unsigned char *desc,
6
6
                     int (*rcvfunc)(struct sk_buff *, struct net_device *,
7
7
                                    struct packet_type *,
8
8
                                    struct net_device *orig_dev));
9
 
extern void unregister_snap_client(struct datalink_proto *proto);
 
9
void unregister_snap_client(struct datalink_proto *proto);
10
10
 
11
11
#endif