summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-02-23 22:27:49 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-02-23 22:27:49 +0000
commit61d4406b69a56017a0b9080c69f1743482e79611 (patch)
tree8dadd9608f8a27e75a58590708182f144cd765bc
parentdf6e9dbd4e46a3102203609aaab451ca5820bd13 (diff)
Move CURL function from apps/ to funcs/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10932 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--funcs/func_curl.c (renamed from apps/app_curl.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_curl.c b/funcs/func_curl.c
index 7c42d701a..7904ae60c 100644
--- a/apps/app_curl.c
+++ b/funcs/func_curl.c
@@ -19,13 +19,13 @@
/*! \file
*
- * \brief Curl - App to load a URL
+ * \brief Curl - Load a URL
*
* \author Tilghman Lesher <curl-20050919@the-tilghman.com>
*
* \note Brian Wilkins <bwilkins@cfl.rr.com> (Added POST option)
*
- * \ingroup applications
+ * \ingroup functions
*/
#include <stdio.h>