]> git.ozlabs.org Git - ccan/commit
rfc822: Use the memmem module
authorDavid Gibson <david@gibson.dropbear.id.au>
Sat, 14 Jun 2014 16:11:26 +0000 (02:11 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Jun 2014 11:42:43 +0000 (21:12 +0930)
commit9a483e66096528915f59d875931a48eab523ca82
tree27ca07bfd1b57e7e73b8797c79753be61801f357
parent1db16ab68ecaba42daa8e0a38102c04399146f5e
rfc822: Use the memmem module

This changes rfc822 to use the memmem module to supply a memmem() function
if the C library lacks it, instead of rolling our own locally.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/rfc822/_info
ccan/rfc822/rfc822.c