- code cleanup of encoding package

This commit is contained in:
Martin Willi
2005-12-06 13:44:22 +00:00
parent 59de50868b
commit c3dc864eaa
46 changed files with 341 additions and 244 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
*
* @brief Interface payload_t.
*
*
*/
/*
@@ -273,7 +272,7 @@ struct payload_t {
* an unknwon_paylod is created with the chunk of data in it.
*
* @param type type of the payload to create
* @return created payload
* @return payload_t object
*/
payload_t *payload_create(payload_type_t type);