summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index 651c7ad0..16152a87 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -46,7 +46,7 @@ using namespace Ingen;
Ingen::World* world = NULL;
-void
+static void
ingen_interrupt(int signal)
{
if (signal == SIGTERM) {
@@ -61,7 +61,7 @@ ingen_interrupt(int signal)
}
}
-void
+static void
ingen_try(bool cond, const char* msg)
{
if (!cond) {