Type representing an email address. More...
Go to the source code of this file.
Functions | |
void | address_free (struct Address **addr) |
Free an Address object. More... | |
struct Address * | address_new (const char *addr) |
Create an Address from a string. More... | |
Type representing an email address.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file address.h.
void address_free | ( | struct Address ** | addr | ) |
struct Address * address_new | ( | const char * | addr | ) |
Create an Address from a string.
addr | Email address to parse |
ptr | New Address object |
Definition at line 237 of file address.c.