Rename most 'package' to 'message'.
[libradsec.git] / lib / include / radsec / request-impl.h
index 8bcac60..9af1394 100644 (file)
@@ -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" {
@@ -8,7 +11,7 @@ struct rs_request
 {
   struct rs_connection *conn;
   struct event *timer;
-  struct rs_packet *req_msg;
+  struct rs_message *req_msg;
   struct rs_conn_callbacks saved_cb;
   void *saved_user_data;
 };
@@ -16,3 +19,5 @@ struct rs_request
 #if defined (__cplusplus)
 }
 #endif
+
+#endif /* _RADSEC_REQUEST_IMPL_H_ */