mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Flesh out the remainder of the manager + http changes and create a sample application to partially
demonstrate the capability of manager over http. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -58,6 +58,8 @@ char *ast_http_error(int status, const char *title, const char *extra_header, co
|
||||
/* Destroy an HTTP server */
|
||||
void ast_http_uri_unlink(struct ast_http_uri *urihandler);
|
||||
|
||||
char *ast_http_setcookie(const char *var, const char *val, int expires, char *buf, int buflen);
|
||||
|
||||
int ast_http_init(void);
|
||||
int ast_http_reload(void);
|
||||
|
||||
|
Reference in New Issue
Block a user