aboutsummaryrefslogtreecommitdiff
path: root/tools/dbusmenu-dumper.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-05 10:12:45 -0400
committerTed Gould <ted@canonical.com>2009-10-05 10:12:45 -0400
commit3f56fb5dd3989a6926d6285345df8d71f9053924 (patch)
tree7746e0c915942b21e4be1186f10ae5c8b6c5f067 /tools/dbusmenu-dumper.c
parent2b1220bd8455a79ff0f3da340cf9337c159d1720 (diff)
downloadlibdbusmenu-3f56fb5dd3989a6926d6285345df8d71f9053924.tar.gz
libdbusmenu-3f56fb5dd3989a6926d6285345df8d71f9053924.tar.bz2
libdbusmenu-3f56fb5dd3989a6926d6285345df8d71f9053924.zip
A stub dbusmenu dumper
Diffstat (limited to 'tools/dbusmenu-dumper.c')
-rw-r--r--tools/dbusmenu-dumper.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/dbusmenu-dumper.c b/tools/dbusmenu-dumper.c
new file mode 100644
index 0000000..0382609
--- /dev/null
+++ b/tools/dbusmenu-dumper.c
@@ -0,0 +1,8 @@
+
+int
+main (int argc, char ** argv)
+{
+
+ return 0;
+}
+