guile: Fix and re-enable unit test

This commit is contained in:
Dirk-Jan C. Binnema
2021-03-17 18:33:05 +02:00
parent 811ae26574
commit 21374c12a1
5 changed files with 38 additions and 23 deletions

View File

@ -26,9 +26,9 @@
/**
* get the singleton Query instance
* get the singleton Store instance
*/
Mu::Query& mu_guile_query (void);
Mu::Store& mu_guile_store ();
/**