mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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:
@@ -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>
|
Reference in New Issue
Block a user