From: Tilghman Lesher Date: Thu, 23 Feb 2006 22:27:49 +0000 (+0000) Subject: Move CURL function from apps/ to funcs/ X-Git-Tag: 1.4.0-beta1~2546 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d4406b69a56017a0b9080c69f1743482e79611;p=thirdparty%2Fasterisk.git Move CURL function from apps/ to funcs/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10932 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_curl.c b/funcs/func_curl.c similarity index 98% rename from apps/app_curl.c rename to funcs/func_curl.c index 7c42d701a1..7904ae60c4 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 * * \note Brian Wilkins (Added POST option) * - * \ingroup applications + * \ingroup functions */ #include