Updated prototypes and include as required and found by compile with extra checking.

This commit is contained in:
skarg
2010-08-20 19:27:28 +00:00
parent 2f7a8224aa
commit bb7237e38d
11 changed files with 33 additions and 12 deletions
@@ -1348,6 +1348,7 @@ void dlmstp_get_broadcast_address(
return;
}
#ifdef TEST_MSTP_STATE_TEXT
char *dlmstp_receive_state_text(
void)
{
@@ -1366,7 +1367,9 @@ char *dlmstp_receive_state_text(
return "unknown";
}
#endif
#ifdef TEST_MSTP_STATE_TEXT
char *dlmstp_master_state_text(
void)
{
@@ -1395,3 +1398,4 @@ char *dlmstp_master_state_text(
return "unknown";
}
#endif