diff options
Diffstat (limited to 'src/common/common.c')
-rw-r--r-- | src/common/common.c | 11 |
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; +} |