git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add rules count method to the traffcounter iface
[stg.git]
/
projects
/
rlm_stg
/
modules.h
diff --git
a/projects/rlm_stg/modules.h
b/projects/rlm_stg/modules.h
index e241ca80b3e4f5e91a774a7bd73158dd89316542..cb49f478ac24c42450e9ee15e28aeb7c51e6ef6c 100644
(file)
--- a/
projects/rlm_stg/modules.h
+++ b/
projects/rlm_stg/modules.h
@@
-8,10
+8,11
@@
#ifndef RADIUS_MODULES_H
#define RADIUS_MODULES_H
#ifndef RADIUS_MODULES_H
#define RADIUS_MODULES_H
-#include <freeradius/ident.h>
-RCSIDH(modules_h, "$Id: modules.h,v 1.1 2010/08/14 04:13:52 faust Exp $")
+
//
#include <freeradius/ident.h>
+
//
RCSIDH(modules_h, "$Id: modules.h,v 1.1 2010/08/14 04:13:52 faust Exp $")
-#include "conffile.h"
+//#include "conffile.h"
+#include "radiusd.h"
typedef int (*packetmethod)(void *instance, REQUEST *request);
typedef int (*packetmethod)(void *instance, REQUEST *request);