From: Sree Harsha Totakura Date: Mon, 18 Jun 2012 21:05:26 +0000 (+0000) Subject: -doxygen X-Git-Tag: initial-import-from-subversion-38251~12991 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5dce96eeb4522e1ee1915f929dd180e1756c9e4a;p=oweals%2Fgnunet.git -doxygen --- diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c index d46e589f9..fda1810f6 100644 --- a/src/stream/stream_api.c +++ b/src/stream/stream_api.c @@ -2845,7 +2845,7 @@ lockmanager_acquire_timeout (void *cls, * @param status the current status of the lock */ static void -lock_status_change_cb (void *cls, const char *domain_name, uint32_t lock, +lock_status_change_cb (void *cls, const char *domain, uint32_t lock, enum GNUNET_LOCKMANAGER_Status status) { struct GNUNET_STREAM_ListenSocket *lsocket = cls;