From 68c054a21ddf6f630e3803de0b25ea97e425c0ad Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 11 Dec 2006 08:13:19 +0000 Subject: Documentation fixup --- nanohttp/nanohttp-url.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nanohttp/nanohttp-url.h') diff --git a/nanohttp/nanohttp-url.h b/nanohttp/nanohttp-url.h index 61342f5..6e72749 100644 --- a/nanohttp/nanohttp-url.h +++ b/nanohttp/nanohttp-url.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-url.h,v 1.2 2006/12/10 19:21:07 m0gg Exp $ + * $Id: nanohttp-url.h,v 1.3 2006/12/11 08:13:19 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -48,9 +48,6 @@ typedef enum _hprotocol PROTOCOL_HTTPS } hprotocol_t; -#define URL_MAX_HOST_SIZE 120 -#define URL_MAX_CONTEXT_SIZE 1024 - /** * * The URL object. A representation of an URL like: -- cgit v1.1-32-gdbae