diff options
author | venaas <venaas> | 2008-02-29 13:42:01 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-02-29 13:42:01 +0000 |
commit | 6004667a1f57a0f9b09135c6cb043813ddd95e87 (patch) | |
tree | 81a09b1248696f468e14df671f529dceb1ddebb5 /radsecproxy.h | |
parent | 96c7df3d5b652367dff87031730629c2109d607a (diff) |
added some code for rewrite configuration
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@218 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index ee321f8..1780fa5 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -126,6 +126,11 @@ struct tls { int count; }; +struct rewrite { + char *name; + uint8_t *removeattrs; +}; + #define RADLEN(x) ntohs(((uint16_t *)(x))[1]) #define ATTRTYPE(x) ((x)[0]) |