view libpurple/protocols/zephyr/ZSetSrv.c @ 17131:7b339edd9d74

merge of 'b23501b21d88703543a15ac3d68dd5361966e503' and 'fdf973b430372c5786017618b9b7eecb5e37970a'
author Richard Laager <rlaager@wiktel.com>
date Wed, 16 May 2007 22:15:47 +0000
parents 5fe8042783c1
children a8cc50c2279f
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);
}