mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
Expose the prefix variable so that it can be used by modules depending on http support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@127545 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -105,4 +105,7 @@ void ast_http_uri_unlink_all_with_key(const char *key);
|
||||
/*! \brief Return an ast_str malloc()'d string containing an HTTP error message */
|
||||
struct ast_str *ast_http_error(int status, const char *title, const char *extra_header, const char *text);
|
||||
|
||||
/*! \brief Return the current prefix */
|
||||
void ast_http_prefix(char *buf, int len);
|
||||
|
||||
#endif /* _ASTERISK_SRV_H */
|
||||
|
Reference in New Issue
Block a user