Mercurial > pidgin
view src/protocols/zephyr/ZSetFD.c @ 11097:97b47ec310df
[gaim-migrate @ 13125]
(01:51:59) Kevin Stange (SimGuy): I forgot something in my sametime patch
(01:52:10) Kevin Stange (SimGuy): I need Makefile.mingw in EXTRA_DIST
(01:53:27) Kevin Stange (SimGuy): rlaager: gaim/src/protocols/sametime/Makefile.am
(01:53:41) Kevin Stange (SimGuy): just needs a # removed from the EXTRA_DIST line
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 12 Jul 2005 06:56:32 +0000 |
| parents | 43d6c08d7e96 |
| children | 64895571248f |
line wrap: on
line source
/* This file is part of the Project Athena Zephyr Notification System. * It contains source for the ZSetFD function. * * Created by: Robert French * * $Source$ * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file * "mit-copyright.h". */ /* $Header$ */ #ifndef lint static char rcsid_ZSetFD_c[] = "$Header$"; #endif #include "internal.h" Code_t ZSetFD(fd) int fd; { (void) ZClosePort(); __Zephyr_fd = fd; __Zephyr_open = 0; return (ZERR_NONE); }
