src/server/util/object.c

changeset 92
382bff43c6eb
parent 91
fac51f87def0
child 107
7e81699d1f77
equal deleted inserted replaced
91:fac51f87def0 92:382bff43c6eb
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include <ucx/string.h>
30
29 #include "../public/nsapi.h" 31 #include "../public/nsapi.h"
30 32
31 #include "object.h" 33 #include "object.h"
32 34
33 #include "pool.h" 35 #include "pool.h"
34 #include "../daemon/func.h" 36 #include "../daemon/func.h"
35 #include "../ucx/string.h"
36 37
37 38
38 39
39 httpd_object* object_new(pool_handle_t *pool, char *name) { 40 httpd_object* object_new(pool_handle_t *pool, char *name) {
40 // TODO: Speicherverwaltung 41 // TODO: Speicherverwaltung

mercurial