Add this prototype for dbus spawning.
[mmediamanager.git] / test / clients / test-dbus-spawn.c
blob7ea054b8e0c93ba36c7281b3d28834544eabc4f0
1 #include <glib.h>
3 int main (int argc, char **argv)
5 g_print ("Hello World!\n");
7 return 0;