mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%
Cleanup, cleanup .. * configure.in Makefile.am: removed libxml softlink for good * include/libxml/*.h *.c doc/Makefile.am: cleanup to get 100% coverage by gtk-doc Daniel
This commit is contained in:
@ -170,7 +170,7 @@ done:
|
||||
}
|
||||
|
||||
/**
|
||||
* xmlNanoHTTPClenup:
|
||||
* xmlNanoHTTPCleanup:
|
||||
*
|
||||
* Cleanup the HTTP protocol layer.
|
||||
*/
|
||||
@ -1177,6 +1177,8 @@ xmlNanoHTTPSave(void *ctxt, const char *filename) {
|
||||
* xmlNanoHTTPReturnCode:
|
||||
* @ctx: the HTTP context
|
||||
*
|
||||
* Get the latest HTTP return code received
|
||||
*
|
||||
* Returns the HTTP return code for the request.
|
||||
*/
|
||||
int
|
||||
@ -1192,6 +1194,8 @@ xmlNanoHTTPReturnCode(void *ctx) {
|
||||
* xmlNanoHTTPAuthHeader:
|
||||
* @ctx: the HTTP context
|
||||
*
|
||||
* Get the authentication header of an HTTP context
|
||||
*
|
||||
* Returns the stashed value of the WWW-Authenticate or Proxy-Authenticate
|
||||
* header.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user