]> Nishi Git Mirror - gwion.git/commitdiff
:art: Improve plug API
authorfennecdjay <fennecdjay@gwion.tk>
Thu, 5 Nov 2020 15:09:15 +0000 (16:09 +0100)
committerfennecdjay <fennecdjay@gwion.tk>
Thu, 5 Nov 2020 15:09:15 +0000 (16:09 +0100)
include/plug.h
tests/sh/opt.sh

index a2c08e7a1c2742506da804b190a8e02dff260b59..bc258ac2751789064ba3efb0acd86fe33ea70ae6 100644 (file)
@@ -17,6 +17,6 @@ ANN m_bool plugin_ini(struct Gwion_ *gwion, const m_str iname);
 #define GWMODINI(a)  ANN2(1) void* GWMODINI_NAME(const struct Gwion_ *gwion NUSED, const Vector args NUSED)
 #define GWMODEND(a)  ANN void  GWMODEND_NAME(const struct Gwion_ *gwion NUSED, void* self NUSED)
 #define GWDRIVER(a)  ANN void  GWDRIVER_NAME(DriverData* d)
-#define GWDEPEND     ANN m_str* const GWDEPEND_NAME(void)
+#define GWDEPEND     ANN m_str const* GWDEPEND_NAME(void)
 
 #endif
index f3f42e08f0ae7c46826f64a55a1a449ad291470a..4cf3e21dca5428d7002aa94f7e1b2dfe6bc6fcc3 100644 (file)
@@ -56,9 +56,7 @@ cat << EOF > "$RC"
 -l0
 EOF
 run "$n" "config" "-c$RC" "file"
-./gwion -c ./tmp_gwionrc
-#GWOPT="-c ./$RC" run "$n" "config" "" "file"
-#rm "$RC"
+rm "$RC"
 
 # loop
 n=$((n+1))