diff options
| author | Linus Nordberg <linus@nordberg.se> | 2012-04-27 17:00:17 +0200 | 
|---|---|---|
| committer | Linus Nordberg <linus@nordberg.se> | 2012-04-27 17:00:17 +0200 | 
| commit | 4b0ff99282a91bba93eec9db37831be73b8134e4 (patch) | |
| tree | 087509c14291f207260d350c9fabf07c665a4f25 /lib/include/radsec/request.h | |
| parent | c562df4b073a288862dd3c4ceaba7d6439f33b45 (diff) | |
| parent | efb18a601811888127be69499cf10891aa3a4c37 (diff) | |
Merge libradsec-new-client.
Diffstat (limited to 'lib/include/radsec/request.h')
| -rw-r--r-- | lib/include/radsec/request.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/include/radsec/request.h b/lib/include/radsec/request.h index e914164..f124373 100644 --- a/lib/include/radsec/request.h +++ b/lib/include/radsec/request.h @@ -3,6 +3,9 @@  /* See the file COPYING for licensing information.  */ +#ifndef _RADSEC_REQUEST_H_ +#define _RADSEC_REQUEST_H_ 1 +  struct rs_request;  #if defined (__cplusplus) @@ -42,3 +45,5 @@ struct rs_packet *rs_request_get_reqmsg(const struct rs_request *req);  #if defined (__cplusplus)  }  #endif + +#endif /* _RADSEC_REQUEST_H_ */  | 
