dbus/dbus dbus-watch.h, 1.7, 1.8 dbus-userdb.h, 1.6,
1.7 dbus-transport.h, 1.17, 1.18 dbus-transport-unix.h, 1.8,
1.9 dbus-transport-protected.h, 1.13, 1.14 dbus-timeout.h, 1.9,
1.10 dbus-threads.h, 1.6, 1.7 dbus-sysdeps.h, 1.42,
1.43 dbus-string.h, 1.26, 1.27 dbus-string-private.h, 1.3,
1.4 dbus-spawn.h, 1.6, 1.7 dbus-sha.h, 1.4, 1.5 dbus-server.h,
1.17, 1.18 dbus-server-unix.h, 1.7,
1.8 dbus-server-protected.h, 1.13,
1.14 dbus-server-debug-pipe.h, 1.4, 1.5 dbus-resources.h, 1.4,
1.5 dbus-pending-call.h, 1.5, 1.6 dbus-object-tree.h, 1.5,
1.6 dbus-message.h, 1.54, 1.55 dbus-message-internal.h, 1.17,
1.18 dbus-message-builder.h, 1.4, 1.5 dbus-mempool.h, 1.4,
1.5 dbus-memory.h, 1.9, 1.10 dbus-md5.h, 1.4, 1.5 dbus-list.h,
1.13, 1.14 dbus-keyring.h, 1.7, 1.8 dbus-internals.h, 1.42,
1.43 dbus-hash.h, 1.13, 1.14 dbus-errors.h, 1.25,
1.26 dbus-dataslot.h, 1.6, 1.7 dbus-connection.h, 1.32,
1.33 dbus-connection-internal.h, 1.17, 1.18 dbus-bus.h, 1.12,
1.13 dbus-auth.h, 1.10, 1.11 dbus-auth-script.h, 1.3, 1.4
Olivier Andrieu
oandrieu at freedesktop.org
Thu Sep 9 03:20:20 PDT 2004
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv28612/dbus
Modified Files:
dbus-watch.h dbus-userdb.h dbus-transport.h
dbus-transport-unix.h dbus-transport-protected.h
dbus-timeout.h dbus-threads.h dbus-sysdeps.h dbus-string.h
dbus-string-private.h dbus-spawn.h dbus-sha.h dbus-server.h
dbus-server-unix.h dbus-server-protected.h
dbus-server-debug-pipe.h dbus-resources.h dbus-pending-call.h
dbus-object-tree.h dbus-message.h dbus-message-internal.h
dbus-message-builder.h dbus-mempool.h dbus-memory.h dbus-md5.h
dbus-list.h dbus-keyring.h dbus-internals.h dbus-hash.h
dbus-errors.h dbus-dataslot.h dbus-connection.h
dbus-connection-internal.h dbus-bus.h dbus-auth.h
dbus-auth-script.h
Log Message:
remove the ; after DBUS_(BEGIN|END)_DECLS (bug #974)
Index: dbus-watch.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-watch.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dbus-watch.h 10 Aug 2004 03:07:00 -0000 1.7
+++ dbus-watch.h 9 Sep 2004 10:20:17 -0000 1.8
@@ -26,7 +26,7 @@
#include <dbus/dbus-internals.h>
#include <dbus/dbus-connection.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
/* Public methods on DBusWatch are in dbus-connection.h */
@@ -70,6 +70,6 @@
dbus_bool_t enabled);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_WATCH_H */
Index: dbus-userdb.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-userdb.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dbus-userdb.h 25 Aug 2004 22:11:49 -0000 1.6
+++ dbus-userdb.h 9 Sep 2004 10:20:17 -0000 1.7
@@ -26,7 +26,7 @@
#include <dbus/dbus-sysdeps.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusUserDatabase DBusUserDatabase;
@@ -78,6 +78,6 @@
DBusError *error);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_USERDB_H */
Index: dbus-transport.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-transport.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- dbus-transport.h 10 Aug 2004 03:07:00 -0000 1.17
+++ dbus-transport.h 9 Sep 2004 10:20:17 -0000 1.18
@@ -27,7 +27,7 @@
#include <dbus/dbus-connection.h>
#include <dbus/dbus-protocol.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusTransport DBusTransport;
@@ -76,6 +76,6 @@
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_TRANSPORT_H */
Index: dbus-transport-unix.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-transport-unix.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dbus-transport-unix.h 10 Aug 2004 03:07:00 -0000 1.8
+++ dbus-transport-unix.h 9 Sep 2004 10:20:17 -0000 1.9
@@ -25,7 +25,7 @@
#include <dbus/dbus-transport.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
DBusTransport* _dbus_transport_new_for_fd (int fd,
dbus_bool_t server,
@@ -38,6 +38,6 @@
DBusError *error);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_TRANSPORT_UNIX_H */
Index: dbus-transport-protected.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-transport-protected.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dbus-transport-protected.h 10 Aug 2004 03:07:00 -0000 1.13
+++ dbus-transport-protected.h 9 Sep 2004 10:20:17 -0000 1.14
@@ -30,7 +30,7 @@
#include <dbus/dbus-auth.h>
#include <dbus/dbus-resources.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusTransportVTable DBusTransportVTable;
@@ -126,6 +126,6 @@
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_TRANSPORT_PROTECTED_H */
Index: dbus-timeout.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-timeout.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbus-timeout.h 10 Aug 2004 03:07:00 -0000 1.9
+++ dbus-timeout.h 9 Sep 2004 10:20:17 -0000 1.10
@@ -26,7 +26,7 @@
#include <dbus/dbus-connection.h>
#include <dbus/dbus-internals.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusTimeoutList DBusTimeoutList;
@@ -62,6 +62,6 @@
dbus_bool_t enabled);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_TIMEOUT_H */
Index: dbus-threads.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-threads.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dbus-threads.h 10 Aug 2004 03:07:00 -0000 1.6
+++ dbus-threads.h 9 Sep 2004 10:20:17 -0000 1.7
@@ -30,7 +30,7 @@
#include <dbus/dbus-macros.h>
#include <dbus/dbus-types.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusMutex DBusMutex;
typedef struct DBusCondVar DBusCondVar;
@@ -117,6 +117,6 @@
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_THREADS_H */
Index: dbus-sysdeps.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-sysdeps.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- dbus-sysdeps.h 25 Aug 2004 22:11:49 -0000 1.42
+++ dbus-sysdeps.h 9 Sep 2004 10:20:17 -0000 1.43
@@ -37,7 +37,7 @@
/* and it would just be annoying to abstract this */
#include <errno.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
/* The idea of this file is to encapsulate everywhere that we're
* relying on external libc features, for ease of security
@@ -329,6 +329,6 @@
#endif /* !DBUS_VA_COPY */
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_SYSDEPS_H */
Index: dbus-string.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-string.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- dbus-string.h 10 Aug 2004 03:07:00 -0000 1.26
+++ dbus-string.h 9 Sep 2004 10:20:17 -0000 1.27
@@ -32,7 +32,7 @@
#include <stdarg.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
/**
* DBusString object
@@ -243,6 +243,6 @@
void _dbus_string_zero (DBusString *str);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_STRING_H */
Index: dbus-string-private.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-string-private.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dbus-string-private.h 10 Aug 2004 03:07:00 -0000 1.3
+++ dbus-string-private.h 9 Sep 2004 10:20:17 -0000 1.4
@@ -33,7 +33,7 @@
#error "Don't go including dbus-string-private.h for no good reason"
#endif
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
/**
* @brief Internals of DBusString.
@@ -53,6 +53,6 @@
unsigned int align_offset : 3; /**< str - align_offset is the actual malloc block */
} DBusRealString;
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_STRING_PRIVATE_H */
Index: dbus-spawn.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-spawn.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dbus-spawn.h 10 Aug 2004 03:07:00 -0000 1.6
+++ dbus-spawn.h 9 Sep 2004 10:20:17 -0000 1.7
@@ -29,7 +29,7 @@
#include <dbus/dbus-errors.h>
#include <dbus/dbus-watch.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef void (* DBusSpawnChildSetupFunc) (void *user_data);
@@ -53,6 +53,6 @@
void *data,
DBusFreeFunction free_data_function);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_SPAWN_H */
Index: dbus-sha.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-sha.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbus-sha.h 10 Aug 2004 03:07:00 -0000 1.4
+++ dbus-sha.h 9 Sep 2004 10:20:17 -0000 1.5
@@ -27,7 +27,7 @@
#include <dbus/dbus-errors.h>
#include <dbus/dbus-string.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusSHAContext DBusSHAContext;
@@ -50,6 +50,6 @@
dbus_bool_t _dbus_sha_compute (const DBusString *data,
DBusString *ascii_output);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_SHA_H */
Index: dbus-server.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-server.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- dbus-server.h 10 Aug 2004 03:07:00 -0000 1.17
+++ dbus-server.h 9 Sep 2004 10:20:17 -0000 1.18
@@ -32,7 +32,7 @@
#include <dbus/dbus-connection.h>
#include <dbus/dbus-protocol.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusServer DBusServer;
@@ -75,6 +75,6 @@
void* dbus_server_get_data (DBusServer *server,
int slot);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_SERVER_H */
Index: dbus-server-unix.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-server-unix.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dbus-server-unix.h 10 Aug 2004 03:07:00 -0000 1.7
+++ dbus-server-unix.h 9 Sep 2004 10:20:17 -0000 1.8
@@ -26,7 +26,7 @@
#include <dbus/dbus-internals.h>
#include <dbus/dbus-server-protected.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
DBusServer* _dbus_server_new_for_fd (int fd,
const DBusString *address);
@@ -38,6 +38,6 @@
DBusError *error);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_SERVER_UNIX_H */
Index: dbus-server-protected.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-server-protected.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dbus-server-protected.h 10 Aug 2004 03:07:00 -0000 1.13
+++ dbus-server-protected.h 9 Sep 2004 10:20:17 -0000 1.14
@@ -30,7 +30,7 @@
#include <dbus/dbus-resources.h>
#include <dbus/dbus-dataslot.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusServerVTable DBusServerVTable;
@@ -97,6 +97,6 @@
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_SERVER_PROTECTED_H */
Index: dbus-server-debug-pipe.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-server-debug-pipe.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbus-server-debug-pipe.h 10 Aug 2004 03:07:00 -0000 1.4
+++ dbus-server-debug-pipe.h 9 Sep 2004 10:20:17 -0000 1.5
@@ -28,13 +28,13 @@
#include <dbus/dbus-server-protected.h>
#include <dbus/dbus-transport.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
DBusServer* _dbus_server_debug_pipe_new (const char *server_name,
DBusError *error);
DBusTransport* _dbus_transport_debug_pipe_new (const char *server_name,
DBusError *error);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_SERVER_DEBUG_PIPE_H */
Index: dbus-resources.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-resources.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbus-resources.h 10 Aug 2004 03:07:00 -0000 1.4
+++ dbus-resources.h 9 Sep 2004 10:20:17 -0000 1.5
@@ -27,7 +27,7 @@
#include <dbus/dbus-errors.h>
#include <dbus/dbus-connection.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusCounter DBusCounter;
@@ -47,6 +47,6 @@
void *user_data);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_RESOURCES_H */
Index: dbus-pending-call.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-pending-call.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dbus-pending-call.h 10 Aug 2004 03:07:00 -0000 1.5
+++ dbus-pending-call.h 9 Sep 2004 10:20:17 -0000 1.6
@@ -31,7 +31,7 @@
#include <dbus/dbus-types.h>
#include <dbus/dbus-connection.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
DBusPendingCall* dbus_pending_call_ref (DBusPendingCall *pending);
void dbus_pending_call_unref (DBusPendingCall *pending);
@@ -53,6 +53,6 @@
void* dbus_pending_call_get_data (DBusPendingCall *pending,
dbus_int32_t slot);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_PENDING_CALL_H */
Index: dbus-object-tree.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-object-tree.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dbus-object-tree.h 10 Aug 2004 03:07:00 -0000 1.5
+++ dbus-object-tree.h 9 Sep 2004 10:20:17 -0000 1.6
@@ -25,7 +25,7 @@
#include <dbus/dbus-connection.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusObjectTree DBusObjectTree;
@@ -47,6 +47,6 @@
dbus_bool_t _dbus_object_tree_list_registered_and_unlock (DBusObjectTree *tree,
const char **parent_path,
char ***child_entries);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_OBJECT_TREE_H */
Index: dbus-message.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-message.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- dbus-message.h 10 Aug 2004 03:07:00 -0000 1.54
+++ dbus-message.h 9 Sep 2004 10:20:17 -0000 1.55
@@ -34,7 +34,7 @@
#include <dbus/dbus-errors.h>
#include <stdarg.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusMessage DBusMessage;
typedef struct DBusMessageIter DBusMessageIter;
@@ -296,6 +296,6 @@
int dbus_message_type_from_string (const char *type_str);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_MESSAGE_H */
Index: dbus-message-internal.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-message-internal.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- dbus-message-internal.h 10 Aug 2004 03:07:00 -0000 1.17
+++ dbus-message-internal.h 9 Sep 2004 10:20:17 -0000 1.18
@@ -27,7 +27,7 @@
#include <dbus/dbus-resources.h>
#include <dbus/dbus-list.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusMessageLoader DBusMessageLoader;
@@ -69,6 +69,6 @@
long size);
long _dbus_message_loader_get_max_message_size (DBusMessageLoader *loader);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_MESSAGE_H */
Index: dbus-message-builder.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-message-builder.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbus-message-builder.h 10 Aug 2004 03:07:00 -0000 1.4
+++ dbus-message-builder.h 9 Sep 2004 10:20:17 -0000 1.5
@@ -30,11 +30,11 @@
#include <dbus/dbus-types.h>
#include <dbus/dbus-string.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
dbus_bool_t _dbus_message_data_load (DBusString *dest,
const DBusString *filename);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_MESSAGE_BUILDER_H */
Index: dbus-mempool.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-mempool.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbus-mempool.h 10 Aug 2004 03:07:00 -0000 1.4
+++ dbus-mempool.h 9 Sep 2004 10:20:17 -0000 1.5
@@ -28,7 +28,7 @@
#include <dbus/dbus-memory.h>
#include <dbus/dbus-types.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusMemPool DBusMemPool;
@@ -39,6 +39,6 @@
dbus_bool_t _dbus_mem_pool_dealloc (DBusMemPool *pool,
void *element);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_MEMPOOL_H */
Index: dbus-memory.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-memory.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dbus-memory.h 10 Aug 2004 03:07:00 -0000 1.9
+++ dbus-memory.h 9 Sep 2004 10:20:17 -0000 1.10
@@ -30,7 +30,7 @@
#include <dbus/dbus-macros.h>
#include <stddef.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
void* dbus_malloc (size_t bytes);
void* dbus_malloc0 (size_t bytes);
@@ -47,6 +47,6 @@
void dbus_shutdown (void);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_MEMORY_H */
Index: dbus-md5.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-md5.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dbus-md5.h 10 Aug 2004 03:07:00 -0000 1.4
+++ dbus-md5.h 9 Sep 2004 10:20:17 -0000 1.5
@@ -27,7 +27,7 @@
#include <dbus/dbus-errors.h>
#include <dbus/dbus-string.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusMD5Context DBusMD5Context;
@@ -49,6 +49,6 @@
dbus_bool_t _dbus_md5_compute (const DBusString *data,
DBusString *ascii_output);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_MD5_H */
Index: dbus-list.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-list.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dbus-list.h 10 Aug 2004 03:06:59 -0000 1.13
+++ dbus-list.h 9 Sep 2004 10:20:17 -0000 1.14
@@ -28,7 +28,7 @@
#include <dbus/dbus-memory.h>
#include <dbus/dbus-types.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusList DBusList;
@@ -94,6 +94,6 @@
#define _dbus_list_get_next_link(list, link) ((link)->next == *(list) ? NULL : (link)->next)
#define _dbus_list_get_prev_link(list, link) ((link) == *(list) ? NULL : (link)->prev)
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_LIST_H */
Index: dbus-keyring.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-keyring.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dbus-keyring.h 10 Aug 2004 03:06:59 -0000 1.7
+++ dbus-keyring.h 9 Sep 2004 10:20:17 -0000 1.8
@@ -27,7 +27,7 @@
#include <dbus/dbus-errors.h>
#include <dbus/dbus-string.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusKeyring DBusKeyring;
@@ -45,6 +45,6 @@
int key_id,
DBusString *hex_key);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_KEYRING_H */
Index: dbus-internals.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-internals.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- dbus-internals.h 10 Aug 2004 03:06:59 -0000 1.42
+++ dbus-internals.h 9 Sep 2004 10:20:17 -0000 1.43
@@ -35,7 +35,7 @@
#include <dbus/dbus-sysdeps.h>
#include <dbus/dbus-threads.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
void _dbus_warn (const char *format,
...) _DBUS_GNUC_PRINTF (1, 2);
@@ -269,6 +269,6 @@
dbus_bool_t _dbus_threads_init_debug (void);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_INTERNALS_H */
Index: dbus-hash.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-hash.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dbus-hash.h 10 Aug 2004 03:06:59 -0000 1.13
+++ dbus-hash.h 9 Sep 2004 10:20:17 -0000 1.14
@@ -27,7 +27,7 @@
#include <dbus/dbus-memory.h>
#include <dbus/dbus-types.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
/** Hash iterator object. The iterator is on the stack, but its real
* fields are hidden privately.
@@ -127,6 +127,6 @@
void *value);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_HASH_H */
Index: dbus-errors.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-errors.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- dbus-errors.h 10 Aug 2004 03:06:59 -0000 1.25
+++ dbus-errors.h 9 Sep 2004 10:20:17 -0000 1.26
@@ -31,7 +31,7 @@
#include <dbus/dbus-macros.h>
#include <dbus/dbus-types.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusError DBusError;
@@ -67,6 +67,6 @@
const char *name);
dbus_bool_t dbus_error_is_set (const DBusError *error);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_ERROR_H */
Index: dbus-dataslot.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-dataslot.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dbus-dataslot.h 10 Aug 2004 03:06:59 -0000 1.6
+++ dbus-dataslot.h 9 Sep 2004 10:20:17 -0000 1.7
@@ -25,7 +25,7 @@
#include <dbus/dbus-internals.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusDataSlotAllocator DBusDataSlotAllocator;
typedef struct DBusDataSlotList DBusDataSlotList;
@@ -90,6 +90,6 @@
void _dbus_data_slot_list_free (DBusDataSlotList *list);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_DATASLOT_H */
Index: dbus-connection.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-connection.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- dbus-connection.h 10 Aug 2004 03:06:59 -0000 1.32
+++ dbus-connection.h 9 Sep 2004 10:20:17 -0000 1.33
@@ -32,7 +32,7 @@
#include <dbus/dbus-message.h>
#include <dbus/dbus-shared.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusWatch DBusWatch;
typedef struct DBusTimeout DBusTimeout;
@@ -245,6 +245,6 @@
dbus_bool_t dbus_connection_get_unix_fd (DBusConnection *connection,
int *fd);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_CONNECTION_H */
Index: dbus-connection-internal.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-connection-internal.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- dbus-connection-internal.h 10 Aug 2004 03:06:59 -0000 1.17
+++ dbus-connection-internal.h 9 Sep 2004 10:20:17 -0000 1.18
@@ -32,7 +32,7 @@
#include <dbus/dbus-timeout.h>
#include <dbus/dbus-dataslot.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef enum
{
@@ -123,6 +123,6 @@
/** @} End of DBusPendingCallInternals */
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_CONNECTION_INTERNAL_H */
Index: dbus-bus.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-bus.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dbus-bus.h 10 Aug 2004 03:06:59 -0000 1.12
+++ dbus-bus.h 9 Sep 2004 10:20:17 -0000 1.13
@@ -29,7 +29,7 @@
#include <dbus/dbus-connection.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
DBusConnection *dbus_bus_get (DBusBusType type,
DBusError *error);
@@ -62,6 +62,6 @@
const char *rule,
DBusError *error);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_BUS_H */
Index: dbus-auth.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-auth.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- dbus-auth.h 10 Aug 2004 03:06:59 -0000 1.10
+++ dbus-auth.h 9 Sep 2004 10:20:17 -0000 1.11
@@ -28,7 +28,7 @@
#include <dbus/dbus-string.h>
#include <dbus/dbus-sysdeps.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
typedef struct DBusAuth DBusAuth;
@@ -76,6 +76,6 @@
const DBusString *context);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_AUTH_H */
Index: dbus-auth-script.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-auth-script.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dbus-auth-script.h 10 Aug 2004 03:06:59 -0000 1.3
+++ dbus-auth-script.h 9 Sep 2004 10:20:17 -0000 1.4
@@ -30,10 +30,10 @@
#include <dbus/dbus-types.h>
#include <dbus/dbus-string.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
dbus_bool_t _dbus_auth_script_run (const DBusString *filename);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_AUTH_SCRIPT_H */
More information about the dbus-commit
mailing list