Add missing extern to tilda.h
authorIra W. Snyder <devel@irasnyder.com>
Sat, 26 Jan 2008 04:46:32 +0000 (20:46 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Sat, 26 Jan 2008 04:46:32 +0000 (20:46 -0800)
commitf0aef5de5663f907f29d0325f1b676215fad1052
tree52f759864fd6932c9f6cfc8b4ebdbb25a0930fc9
parent0424ae4525050c3a09b13a240daf7e297b17767d
Add missing extern to tilda.h

The declaration of the project-global dbus_connection was missing the
extern keyword. Also, added the -Wshadow option to the Makefile, just
in case it can help find some errors.
Makefile
tilda.h