Migrate certificates, icons, logs to XDG dirs
[pidgin-git.git] / libpurple / protocols / zephyr / ZSetFD.c
blob609d26b88d671b9a12edbe4580f20fd46c3357bd
1 /* This file is part of the Project Athena Zephyr Notification System.
2 * It contains source for the ZSetFD 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 ZSetFD(fd)
14 int fd;
16 (void) ZClosePort();
18 __Zephyr_fd = fd;
19 __Zephyr_open = 0;
21 return (ZERR_NONE);