Implement correct signature for pb_tnc_msg->process()

This commit is contained in:
Martin Willi
2011-02-08 10:57:41 +01:00
parent 11a6f29944
commit 10a6019ec6
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@ METHOD(pb_tnc_msg_t, build, void,
} }
METHOD(pb_tnc_msg_t, process, status_t, METHOD(pb_tnc_msg_t, process, status_t,
private_pb_experimental_msg_t *this, size_t *offset) private_pb_experimental_msg_t *this, u_int32_t *offset)
{ {
return SUCCESS; return SUCCESS;
} }
@@ -122,7 +122,7 @@ METHOD(pb_tnc_msg_t, build, void,
} }
METHOD(pb_tnc_msg_t, process, status_t, METHOD(pb_tnc_msg_t, process, status_t,
private_pb_remediation_parameters_msg_t *this, size_t *offset) private_pb_remediation_parameters_msg_t *this, u_int32_t *offset)
{ {
tls_reader_t *reader; tls_reader_t *reader;