summaryrefslogtreecommitdiffstats
path: root/server/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 /server/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 'server/main.c')
-rw-r--r--server/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/server/main.c b/server/main.c
deleted file mode 100644
index 1025a0e7..00000000
--- a/server/main.c
+++ /dev/null
@@ -1,8 +0,0 @@
-
-int
-main (int argc, char **argv)
-{
-
-
- return 0;
-}