Move CURL function from apps/ to funcs/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10932 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 20 years ago
parent df6e9dbd4e
commit 61d4406b69

@ -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>
Loading…
Cancel
Save