Merged pidgin/main into default
[pidgin-git.git] / libpurple / protocols / zephyr / ZSetSrv.c
blobb6dbf119ad490f657963d70428b8222679444153
1 /* This file is part of the Project Athena Zephyr Notification System.
2 * It contains source for the ZSetServerState function.
4 * Created by: Robert French
6 * Copyright (c) 1987 by the Massachusetts Institute of Technology.
7 * For copying and distribution information, see the file
8 * "mit-copyright.h".
9 */
11 #include "internal.h"
13 Code_t ZSetServerState(state)
14 int state;
16 __Zephyr_server = state;
18 return (ZERR_NONE);