aboutsummaryrefslogtreecommitdiff
path: root/src/functionexists.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/functionexists.cpp')
-rw-r--r--src/functionexists.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/functionexists.cpp b/src/functionexists.cpp
index d2aa9e9..2207f84 100644
--- a/src/functionexists.cpp
+++ b/src/functionexists.cpp
@@ -2,6 +2,10 @@
2 2
3#include <unistd.h> 3#include <unistd.h>
4 4
5#include <bu/plugger.h>
6PluginInterface3( pluginFunctionExists, exists, FunctionExists, Function,
7 "Mike Buland", 0, 1 );
8
5FunctionExists::FunctionExists() 9FunctionExists::FunctionExists()
6{ 10{
7} 11}