* improved nl_open() to bind a sockaddr_nl to the socket
[nlq.git] / nlq.h
blob40b2025ba2966cc6ef2418f77feb8a5cd299cf53
1 /*
2 * Copyright (C) 2007 Alejandro Mery <amery@geeks.cl>
4 * More information can be found in the files COPYING and README.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3 of the License. A copy of the
9 * GNU General Public License can be found in the file COPYING.
12 #ifndef __NLQ_H__
13 #define __NLQ_H__
15 #include "netlink.h"
17 #endif