daemon: Add a trim utility function.
authorRichard Jones <rjones@redhat.com>
Thu, 18 Mar 2010 13:46:26 +0000 (13:46 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 18 Mar 2010 15:21:04 +0000 (15:21 +0000)
This function trims the whitespace from around a string.  It
does this in-place, so it can be called for malloc'd strings.


No differences found