Forráskód Böngészése

http_client Rename module file

Olle E. Johansson 9 éve
szülő
commit
fea3b93d4d
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      modules/http_client/http_client.c

+ 4 - 4
modules/http_client/curl.c → 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