Cleaning up code by adding prototypes or include files where required.

This commit is contained in:
skarg
2010-08-17 13:51:56 +00:00
parent 8a67273f9b
commit bc0de6b71f
20 changed files with 47 additions and 18 deletions
+2 -2
View File
@@ -182,7 +182,7 @@ bool Multistate_Input_Present_Value_Set(
return status;
}
char *Multistate_Input_Description(
static char *Multistate_Input_Description(
uint32_t object_instance)
{
unsigned index = 0; /* offset from instance lookup */
@@ -268,7 +268,7 @@ bool Multistate_Input_Name_Set(
return status;
}
char *Multistate_Input_State_Text(
static char *Multistate_Input_State_Text(
uint32_t object_instance,
uint32_t state_index)
{