From 4fad0a63aa6712775610f7d341ba243e6353ce3b Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Thu, 24 Jul 1997 23:29:52 +0000 Subject: [PATCH] Re-added shm stuff - keeps getting lost. Jeremy (jallison@whistle.com) --- source/include/proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/include/proto.h b/source/include/proto.h index 7b634d15f5b..4b7b48f50b6 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -51,7 +51,6 @@ char *smb_errstr(char *inbuf); /*The following definitions come from clitar.c */ -int strslashcmp(char *s1, char *s2); int padit(char *buf, int bufsize, int padsize); void cmd_block(void); void cmd_tarmode(void); @@ -730,6 +729,9 @@ int construct_reply(char *inbuf,char *outbuf,int size,int bufsize); /*The following definitions come from shmem.c */ +smb_shm_offset_t smb_shm_alloc(int size); +smb_shm_offset_t smb_shm_addr2offset(void *addr); +smb_shm_offset_t smb_shm_get_userdef_off(void); BOOL smb_shm_create_hash_table( unsigned int size ); BOOL smb_shm_open( char *file_name, int size); BOOL smb_shm_close( void ); -- 2.11.4.GIT