summaryrefslogtreecommitdiffstats
path: root/bus/main.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-11-22 05:59:06 +0000
committerHavoc Pennington <hp@redhat.com>2002-11-22 05:59:06 +0000
commitddad01b1ae33e63ebefc90171d412bafc0b605eb (patch)
tree7de65b15a2e4684f4acadf7c93e5ebdb32a0d6ee /bus/main.c
parentc68320376bc93cb744e0a0930eb241eefd764076 (diff)
2002-11-22 Havoc Pennington <hp@pobox.com>
* Makefile.am (SUBDIRS): rename subdir "server" to "bus" because any app can be a server, and any app can be a client, the bus is a special kind of server.
Diffstat (limited to 'bus/main.c')
-rw-r--r--bus/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bus/main.c b/bus/main.c
new file mode 100644
index 00000000..1025a0e7
--- /dev/null
+++ b/bus/main.c
@@ -0,0 +1,8 @@
+
+int
+main (int argc, char **argv)
+{
+
+
+ return 0;
+}