File: sys_trytoopenone.patch

package info (click to toggle)
jsusfx 0.4.0-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,912 kB
  • sloc: ansic: 19,352; cpp: 9,314; php: 403; yacc: 338; python: 163; makefile: 124; lex: 113; sh: 6
file content (18 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Forward declaration for sys_trytoopenone()
 Pd-0.55 has it removed
Author: IOhannes m zmölnig <umlaeute@debian.org>
Origin: Debian
Forwarded: no
Last-Update: 2024-09-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pd-jsusfx.orig/pd/jsusfx_pd.cpp
+++ pd-jsusfx/pd/jsusfx_pd.cpp
@@ -28,6 +28,7 @@
         #include "m_pd.h"
         #include "s_stuff.h"
     #endif
+int sys_trytoopenone(const char *, const char *, const char*, char *, char **, unsigned int, int);
 }