Merge branch 'tomato-ND-USBmod' into tomato-RT
[tomato.git] / release / src / router / radvd / netlink.h
blob8add6e02783a160405eb6407d7b14634cdc2c86d
1 /*
2 * $Id: netlink.h,v 1.1 2011/02/25 04:17:23 reubenhwk Exp $
4 * Authors:
5 * Lars Fenneberg <lf@elemental.net>
6 * Reuben Hawkins <reubenhwk@gmail.com>
8 * This software is Copyright 1996,1997 by the above mentioned author(s),
9 * All Rights Reserved.
11 * The license which is distributed with this software in the file COPYRIGHT
12 * applies to this software. If your distribution is missing this file, you
13 * may request it from <pekkas@netcore.fi>.
17 #pragma once
19 void process_netlink_msg(int sock);
20 int netlink_socket(void);