X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=02ba7f9e40af87b38b7a8dc0b60ffab8a51c648e;hp=505b91930cd78ade1a12f127ea445bf7070d9b62;hb=85a5e2cbd03676349aafc14821d90363fa101a70;hpb=37de3232dda3b05297f00b4edc12d04bf4bf6eb3 diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index 505b919..02ba7f9 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -61,3 +61,9 @@ int _PDCLIB_remove( const char * filename ); must still be accessible by old name. */ 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_isinteractive( _PDCLIB_fd_t fd ); +