summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-request.h
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-request.h')
-rwxr-xr-xnanohttp/nanohttp-request.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nanohttp/nanohttp-request.h b/nanohttp/nanohttp-request.h
index d34466a..ba1b907 100755
--- a/nanohttp/nanohttp-request.h
+++ b/nanohttp/nanohttp-request.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-request.h,v 1.8 2006/11/19 09:40:14 m0gg Exp $
+ * $Id: nanohttp-request.h,v 1.9 2006/11/21 20:59:02 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -24,12 +24,14 @@
#ifndef NANO_HTTP_REQUEST_H
#define NANO_HTTP_REQUEST_H
+#ifdef __NHTTP_INTERNAL
struct request_statistics
{
unsigned long bytes_transmitted;
unsigned long bytes_received;
struct timeval time;
};
+#endif
/*
request object