X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/66ded1b9e5e9eaf47ba84784c7212af292ab0f91..7d7afb67c88904839a7b331152b8c3f2cf784adf:/autothrottle.c diff --git a/autothrottle.c b/autothrottle.c index ce47d9d..b665f8a 100644 --- a/autothrottle.c +++ b/autothrottle.c @@ -1,11 +1,10 @@ #include -#include -#include -#include -#include #include "l2tpns.h" #include "plugin.h" -#include "control.h" + +/* set up throttling based on RADIUS reply */ + +char const *cvs_id = "$Id: autothrottle.c,v 1.6 2004-11-05 02:39:35 bodea Exp $"; int __plugin_api_version = 1; struct pluginfuncs *p; @@ -85,8 +84,3 @@ int plugin_init(struct pluginfuncs *funcs) { return ((p = funcs)) ? 1 : 0; } - -void plugin_done() -{ -} -