defined ietfAttr_create_from_string()

This commit is contained in:
Andreas Steffen
2007-08-29 00:35:51 +00:00
parent bf422b1664
commit 0e54968584
+8
View File
@@ -245,6 +245,14 @@ static void ietfAttr_add(linked_list_t *list, ietfAttr_t *attr)
}
}
/**
* Create a linked list of ietfAttr_t objects from a string
*/
static void ietfAttr_create_from_string(linked_list_t *list, const char *msg)
{
}
/**
* Lists a linked list of ietfAttr_t objects
*/