diff options
| author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-08-26 16:41:58 -0300 | 
|---|---|---|
| committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-08-26 16:41:58 -0300 | 
| commit | fda18fb2d24cedaaf823cdafecbe8ba69495947c (patch) | |
| tree | bab6dcc984a32651eb68353ab1eea6955872ff2b /src/adapter.c | |
| parent | bae34785e2fb371509eb0a2c7529f0fe2454dde8 (diff) | |
Cleanup: declaring some functions as static and removed some useless declarations
Diffstat (limited to 'src/adapter.c')
| -rw-r--r-- | src/adapter.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/adapter.c b/src/adapter.c index b5e48dcb..c5f3049a 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -69,6 +69,8 @@  #define IO_CAPABILITY_NOINPUTOUTPUT	0x03  #define IO_CAPABILITY_INVALID		0xFF +#define check_address(address) bachk(address) +  static DBusConnection *connection = NULL;  static GSList *adapter_drivers = NULL; | 
