- moved algorithm definitions from payloads to corresponding transforms

- cleanup of docs in transforms
This commit is contained in:
Martin Willi
2005-11-24 16:22:04 +00:00
parent 2a1d820155
commit 8277be6053
28 changed files with 413 additions and 265 deletions
-1
View File
@@ -71,7 +71,6 @@ struct packet_t {
/**
* @brief create an empty packet
*
* @param family address-family, such as AF_INET
* @return - NULL when family not supported
*/
packet_t *packet_create();