From 61d4406b69a56017a0b9080c69f1743482e79611 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 23 Feb 2006 22:27:49 +0000 Subject: [PATCH] Move CURL function from apps/ to funcs/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10932 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_curl.c => funcs/func_curl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename apps/app_curl.c => funcs/func_curl.c (98%) 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 -- 2.47.2