blob: cbeacfeac35070649e0b9d82cdc27064c306ee14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/include/utilities.h.orig
+++ src/include/utilities.h
@@ -54,7 +54,6 @@
int plp_sleep( int i );
int Get_max_servers( void );
int Get_max_fd( void );
-char *Brk_check_size( void );
char *mystrncat( char *s1, const char *s2, int len );
char *mystrncpy( char *s1, const char *s2, int len );
int Get_nonblock_io( int fd );
|