diff --git a/modules/http_client/curl.c b/modules/http_client/http_client.c similarity index 99% rename from modules/http_client/curl.c rename to modules/http_client/http_client.c index 0895039f36b..e69b43c8809 100644 --- a/modules/http_client/curl.c +++ b/modules/http_client/http_client.c @@ -1,5 +1,5 @@ /* - * curl Module + * http_client Module * Copyright (C) 2015 Edvina AB, Olle E. Johansson * * Based on part of the utils module and part @@ -28,11 +28,11 @@ */ /*! \file - * \brief Kamailio curl :: The module interface file - * \ingroup curl + * \brief Kamailio http_client :: The module interface file + * \ingroup http_client */ -/*! \defgroup curl Kamailio :: Module interface to Curl +/*! \defgroup http_client Kamailio :: Module interface to Curl * * http://curl.haxx.se * A generic library for many protocols