Index: src/OFHTTPServer.h ================================================================== --- src/OFHTTPServer.h +++ src/OFHTTPServer.h @@ -95,11 +95,11 @@ /*! * @brief Sets the host on which the HTTP server will listen. * * @param host The host to listen on */ -- (void)setHost: (nullable OFString*)host; +- (void)setHost: (OFString*)host; /*! * @brief Returns the host on which the HTTP server will listen. * * @return The host on which the HTTP server will listen Index: src/OFXMLElement.h ================================================================== --- src/OFXMLElement.h +++ src/OFXMLElement.h @@ -254,10 +254,19 @@ * * @param defaultNamespace The default namespace for the element */ - (void)setDefaultNamespace: (nullable OFString*)defaultNamespace; +/*! + * @brief Returns the default namespace for the element to be used if there is + * no parent. + * + * @return The default namespace for the element to be used if there is no + * parent. + */ +- (nullable OFString*)defaultNamespace; + /*! * @brief Returns an OFArray with the attributes of the element. * * @return An OFArray with the attributes of the element */