summaryrefslogtreecommitdiff
path: root/cesar/cp/msg/msg.h
diff options
context:
space:
mode:
authorThierry Carré2012-02-29 17:39:53 +0100
committerThierry Carré2012-03-02 13:47:13 +0100
commit95bdb230254a812628bb5bd632b99e52958eb041 (patch)
tree46b904545e7b4fec90664c3c9b59d3bc331d1e84 /cesar/cp/msg/msg.h
parentbc63913675c2f160e6ae5ac6a798e22e69b84806 (diff)
parentd0f44610b945e92106f53eb03764f852a77ea737 (diff)
Merge branch 't2900_t2894_av' into eoc
Diffstat (limited to 'cesar/cp/msg/msg.h')
-rw-r--r--cesar/cp/msg/msg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cesar/cp/msg/msg.h b/cesar/cp/msg/msg.h
index 9f14d844e5..53fa8ad763 100644
--- a/cesar/cp/msg/msg.h
+++ b/cesar/cp/msg/msg.h
@@ -169,11 +169,9 @@ cp_msg_mme_send (cp_t *ctx, cp_mme_tx_t *mme);
/** Read the MME header once the bitstream has already been initialised.
* \param mme the MME handler.
* \param fmi the FMI.
- * \param vlantag_present indicate if the vlan tag is present in the header.
*/
bool
-cp_msg_mme_read_header_initialised (cp_mme_rx_t *mme, uint *fmi,
- bool vlantag_present);
+cp_msg_mme_read_header_initialised (cp_mme_rx_t *mme, uint *fmi);
/**
* Read the header of a received MME and return the MME context.