mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-14 13:20:35 +01:00
* 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.
8 lines
52 B
C
8 lines
52 B
C
|
|
int
|
|
main (int argc, char **argv)
|
|
{
|
|
|
|
|
|
return 0;
|
|
}
|