diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-10-22 15:12:37 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-10-22 15:12:37 +0000 |
commit | c71a5e65f8a93b15df03323d9c6be035ceb78391 (patch) | |
tree | 2bf7ab85262d2a0fde3b5475bbf40c7fcec5312e /lib/gibber/gibber-util.h | |
parent | c331029f85f590e1d4201facc96fc8ff182cda6e (diff) | |
download | telepathy-salut-c71a5e65f8a93b15df03323d9c6be035ceb78391.tar.gz |
rename normalize_address to gibber_normalize_address
20071022151237-7fe3f-11eb505386fba70cec7de7da2aa5381fdc6ce70e.gz
Diffstat (limited to 'lib/gibber/gibber-util.h')
-rw-r--r-- | lib/gibber/gibber-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gibber/gibber-util.h b/lib/gibber/gibber-util.h index 21d37331..e1b3e8af 100644 --- a/lib/gibber/gibber-util.h +++ b/lib/gibber/gibber-util.h @@ -26,7 +26,7 @@ G_BEGIN_DECLS -void normalize_address (struct sockaddr_storage *addr); +void gibber_normalize_address (struct sockaddr_storage *addr); G_END_DECLS |