diff options
Diffstat (limited to 'lib/include/radsec/request-impl.h')
-rw-r--r-- | lib/include/radsec/request-impl.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/include/radsec/request-impl.h b/lib/include/radsec/request-impl.h index 8bcac60..bb61dd6 100644 --- a/lib/include/radsec/request-impl.h +++ b/lib/include/radsec/request-impl.h @@ -1,4 +1,7 @@ -/* See the file COPYING for licensing information. */ +/* See LICENSE for licensing information. */ + +#ifndef _RADSEC_REQUEST_IMPL_H_ +#define _RADSEC_REQUEST_IMPL_H_ 1 #if defined (__cplusplus) extern "C" { @@ -16,3 +19,5 @@ struct rs_request #if defined (__cplusplus) } #endif + +#endif /* _RADSEC_REQUEST_IMPL_H_ */ |