X-Git-Url: http://git.onelab.eu/?p=libnl.git;a=blobdiff_plain;f=include%2Fnetlink%2Froute%2Fsch%2Ffifo.h;fp=include%2Fnetlink%2Froute%2Fsch%2Ffifo.h;h=0000000000000000000000000000000000000000;hp=b5ba8ebc680c038fd252805a8c0c09f8362395ce;hb=332c8b7561dcac7ac95cc0d07328b1cb22d780a6;hpb=eabdd897b75ecc1fac5e255229a899126085e57a diff --git a/include/netlink/route/sch/fifo.h b/include/netlink/route/sch/fifo.h deleted file mode 100644 index b5ba8eb..0000000 --- a/include/netlink/route/sch/fifo.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * netlink/route/sch/fifo.c FIFO Qdisc - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation version 2.1 - * of the License. - * - * Copyright (c) 2003-2006 Thomas Graf - */ - -#ifndef NETLINK_FIFO_H_ -#define NETLINK_FIFO_H_ - -#include - -extern int rtnl_qdisc_fifo_set_limit(struct rtnl_qdisc *, int); -extern int rtnl_qdisc_fifo_get_limit(struct rtnl_qdisc *); - -#endif