libpurple/protocols/zephyr/ZSetDest.c

Thu, 13 Feb 2020 20:57:31 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 13 Feb 2020 20:57:31 -0600
changeset 40284
265c9daecda9
parent 40166
811f82db29dd
child 40624
6f7bbd42d36c
permissions
-rw-r--r--

Move the libidn check to jabber/meson.build as it needs specific functions of the library

/* This file is part of the Project Athena Zephyr Notification System.
 * It contains source for the ZSetDestAddr function.
 *
 *	Created by:	Robert French
 *
 *	Copyright (c) 1987 by the Massachusetts Institute of Technology.
 *	For copying and distribution information, see the file
 *	"mit-copyright.h".
 */

#include "internal.h"

Code_t
ZSetDestAddr(struct sockaddr_in *addr)
{
	__HM_addr = *addr;

	__HM_set = 1;

	return (ZERR_NONE);
}

mercurial