[Fedora-directory-commits] esc/src/lib/NssHttpClient http.h, 1.2, 1.3

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Sat Feb 24 02:11:34 UTC 2007


Author: jmagne

Update of /cvs/dirsec/esc/src/lib/NssHttpClient
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1892

Modified Files:
	http.h 
Log Message:
Add prototype for utility function needed to get time stamps for log messages.



Index: http.h
===================================================================
RCS file: /cvs/dirsec/esc/src/lib/NssHttpClient/http.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- http.h	27 Sep 2006 17:49:21 -0000	1.2
+++ http.h	24 Feb 2007 02:11:31 -0000	1.3
@@ -40,6 +40,13 @@
 #define __EXPORT
 #endif
 
+extern "C" {
+
+char *GetTStamp(char *aTime,int aSize);
+
+}
+
+
 typedef bool ( *PSChunkedResponseCallback)(unsigned char *entity_data,unsigned entity_data_len,void *uw, int status);
 
 class PSHttpResponse;




More information about the Fedora-directory-commits mailing list