X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/14013054f38b44ed80237772299acbd405eb00c3..9cc63de62466c5f70e51a06681aae32db8ac385a:/autothrottle.c diff --git a/autothrottle.c b/autothrottle.c index 65f3ff7..a9b5732 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.7 2004-11-05 04:55:26 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() -{ -} -