Move CURL function from apps/ to funcs/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10932 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-02-23 22:27:49 +00:00
parent df6e9dbd4e
commit 61d4406b69

View File

@@ -19,13 +19,13 @@
/*! \file /*! \file
* *
* \brief Curl - App to load a URL * \brief Curl - Load a URL
* *
* \author Tilghman Lesher <curl-20050919@the-tilghman.com> * \author Tilghman Lesher <curl-20050919@the-tilghman.com>
* *
* \note Brian Wilkins <bwilkins@cfl.rr.com> (Added POST option) * \note Brian Wilkins <bwilkins@cfl.rr.com> (Added POST option)
* *
* \ingroup applications * \ingroup functions
*/ */
#include <stdio.h> #include <stdio.h>