File: define-int2proto.patch

package info (click to toggle)
nstreams 1.0.4%2Bds-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ansic: 1,548; sh: 152; makefile: 49
file content (15 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Declare int2proto prototype
Author: Bastian Germann <bage@debian.org>
Bug-Debian: https://bugs.debian.org/1066194

---

--- nstreams-1.0.4.orig/includes/includes.h
+++ nstreams-1.0.4/includes/includes.h
@@ -65,4 +65,6 @@ extern char * optarg;
 #include <ctype.h>
 #endif
 
+char * int2proto(int proto);
+
 #endif