* Makefile (MCS) [PROFILE=default]: Force testing of 'mcs'.
[mono.git] / mono / io-layer / misc-private.h
index 188d45cbdeb33016a36d7451b35f977e6fd4c451..2966d80b1769a187a4d3b6b146f99d9b1c12e7b3 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * misc-private.h:  Miscellaneous internal support functions
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #ifndef _WAPI_MISC_PRIVATE_H_
 #define _WAPI_MISC_PRIVATE_H_
 
@@ -5,5 +14,6 @@
 #include <sys/time.h>
 
 extern void _wapi_calc_timeout(struct timespec *timeout, guint32 ms);
+extern gpointer _wapi_g_renew0 (gpointer mem, gulong old_len, gulong new_len);
 
 #endif /* _WAPI_MISC_PRIVATE_H_ */