about summary refs log tree commit diff
path: root/time/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/private.h')
-rw-r--r--time/private.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/time/private.h b/time/private.h
index 5502aa8c98..5a5b516d0f 100644
--- a/time/private.h
+++ b/time/private.h
@@ -176,13 +176,14 @@ extern int errno;
 ** Private function declarations.
 */
 char *	icalloc P((int nelem, int elsize));
-char *	icatalloc P((char * old, const char * const new));
-char *	icpyalloc P((const char * const string));
-char *	imalloc P((const int n));
-void *	irealloc P((void * const pointer, const int size));
-void	icfree P((char * const pointer));
-void	ifree P((char * const pointer));
-char *	scheck P((const char * const string, const char * const format));
+char *	icatalloc P((char * old, const char * new));
+char *	icpyalloc P((const char * string));
+char *	imalloc P((int n));
+void *	irealloc P((void * pointer, int size));
+void	icfree P((char * pointer));
+void	ifree P((char * pointer));
+char *  scheck P((const char *string, char *format));
+
 
 /*
 ** Finally, some convenience items.