Description: set_progname declaration Authors: NIIBE Yutaka Reviewed-By: NIIBE Yutaka Last-Update: 2010-04-27 --- ttyrec-1.0.8.orig/io.h +++ ttyrec-1.0.8/io.h @@ -9,5 +9,6 @@ int edup (int oldfd); int edup2 (int oldfd, int newfd); FILE* efdopen (int fd, const char *mode); +void set_progname (const char *name); #endif