Commit 7573c976 authored by Lionel Gauthier's avatar Lionel Gauthier

missing prototype

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7482 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent fa5d2f5e
......@@ -103,6 +103,12 @@ void msc_log_tx_message(
const char* bytesP,
const unsigned int num_bytes,
char *format, ...);
void msc_log_tx_message_failed(
const msc_proto_t senderP,
const msc_proto_t receiverP,
const char* bytesP,
const unsigned int num_bytes,
char *format, ...);
#define MSC_INIT(mScPaRaMs) msc_init(mScPaRaMs)
#define MSC_END msc_end
#define MSC_LOG_EVENT(mScPaRaMs, fORMAT, aRGS...) msc_log_event(mScPaRaMs, fORMAT, ##aRGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment