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);
}
|