X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=96cedca1e66f0d4d6404eb20be7f61d506cc4011;hp=db29f1ede847e6a5aa4e61887284f578b9ab8dbb;hb=38c392a0b8812ee3d1a60b7bda4540a306484e7c;hpb=1c79fa5a475e99eade951e60207ca3544328d42c diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index db29f1e..96cedca 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -67,5 +67,5 @@ int _PDCLIB_rename( const char * old, const char * new ); /* A system call that returns one if the given file descriptor refers to an interactive device, and zero otherwise. */ -int _PDCLIB_interactive_stream( _PDCLIB_fd_t fd ); +int _PDCLIB_isinteractive( _PDCLIB_fd_t fd );