summaryrefslogtreecommitdiff
path: root/src/common/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common.c')
-rw-r--r--src/common/common.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/common/common.c b/src/common/common.c
new file mode 100644
index 0000000..6cdf3e7
--- /dev/null
+++ b/src/common/common.c
@@ -0,0 +1,11 @@
+#include <glib-2.0/glib.h>
+#include "common.h"
+
+
+
+
+boolean
+execute(char *cmd)
+{
+ return TRUE;
+}