aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_curl.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-15 17:29:08 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-15 17:29:08 +0000
commit2d7e70ff016450bcac99ff5392de65a100cebc58 (patch)
tree3a63fb704485864ab9b2f72bde73a4991776ac33 /res/res_config_curl.c
parentd608611c6769e37d879a12e90fb762369e468c90 (diff)
Fix up some doxygen issues.
(closes issue #11996) Patches: bug_11996_doxygen.diff uploaded by snuffy (license 35) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103723 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_config_curl.c')
-rw-r--r--res/res_config_curl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_config_curl.c b/res/res_config_curl.c
index 69e448dd7..7556a7066 100644
--- a/res/res_config_curl.c
+++ b/res/res_config_curl.c
@@ -277,8 +277,8 @@ static int update_curl(const char *url, const char *unused, const char *keyfield
/*!
* \brief Execute an INSERT query
- * \param database
- * \param table
+ * \param url
+ * \param unused
* \param ap list containing one or more field/value set(s)
*
* Insert a new record into database table, prepare the sql statement.