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:
Terry Wilson
2008-07-02 20:28:17 +00:00
parent dea559d7da
commit a32369fcd5
2 changed files with 10 additions and 0 deletions

View File

@@ -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 */