diff options
author | Luke Howard <lukeh@padl.com> | 2011-11-14 17:05:17 +1100 |
---|---|---|
committer | Luke Howard <lukeh@padl.com> | 2011-11-14 17:05:17 +1100 |
commit | 34747348ee53e02bb6faa6a6e26c1440e327ff60 (patch) | |
tree | 94991d0c105a5516ddc4ef446b36b0d7238da44c /lib/include | |
parent | ac17a556bd50969c8157d50761449b702afa4af8 (diff) |
remove rs_packet_frpkt
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/radsec/radsec-impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/include/radsec/radsec-impl.h b/lib/include/radsec/radsec-impl.h index 2df632a..da4e99c 100644 --- a/lib/include/radsec/radsec-impl.h +++ b/lib/include/radsec/radsec-impl.h @@ -125,9 +125,6 @@ struct rs_error *rs_resolv (struct evutil_addrinfo **addr, const char *hostname, const char *service); -/** Return the internal packet associated with packet \a pkt. */ -struct radius_packet *rs_packet_frpkt(struct rs_packet *pkt); - #if defined (__cplusplus) } #endif |