Files
Arquivotheca.SunOS-4.1.4/usr.lib/libsunwindow/notify/ndet_g_except.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

26 lines
456 B
C

#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)ndet_g_except.c 1.1 94/10/31 Copyr 1985 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
/*
* Ndet_g_except.c - Implement notify_get_exception_func call.
*/
#include <sunwindow/ntfy.h>
#include <sunwindow/ndet.h>
extern Notify_func
notify_get_exception_func(nclient, fd)
Notify_client nclient;
int fd;
{
return(ndet_get_fd_func(nclient, fd, NTFY_EXCEPTION));
}