File: 03_io_h.diff

package info (click to toggle)
ttyrec 1.0.8-5.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 520 kB
  • sloc: ansic: 5,348; makefile: 56
file content (14 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: set_progname declaration
Authors: NIIBE Yutaka <gniibe@fsij.org>
Reviewed-By: NIIBE Yutaka <gniibe@fsij.org>
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