view src/protocols/zephyr/ZSetSrv.c @ 13763:fd708f52defd

[gaim-migrate @ 16175] dbus-server.c: In function ¡Ægaim_dbus_pointer_to_id¡Ç: dbus-server.c:104: warning: ¡Æreturn¡Ç with no value, in function returning non-void dbus-server.c:107: warning: this function may return with or without a value committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 10 May 2006 17:33:51 +0000
parents 64895571248f
children
line wrap: on
line source

/* This file is part of the Project Athena Zephyr Notification System.
 * It contains source for the ZSetServerState 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 ZSetServerState(state)
	int	state;
{
	__Zephyr_server = state;
	
	return (ZERR_NONE);
}