Put back the smb_shm_ proto's that Luke keeps breaking !
authorSamba Release Account <samba-bugs@samba.org>
Wed, 27 Aug 1997 19:53:03 +0000 (19:53 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Wed, 27 Aug 1997 19:53:03 +0000 (19:53 +0000)
Jeremy (jallison@whistle.com)
(This used to be commit 660a3ef70c36e6675c8cc63b97e9d251428f9b40)

source3/include/proto.h

index b9600e0b1e78c365a907ab385d23fca72ba7c0fd..8faa3201dcba761b7a41d76b220c9e58dc33494b 100644 (file)
@@ -748,6 +748,9 @@ BOOL smb_shm_unlock_hash_entry( unsigned int entry );
 BOOL smb_shm_get_usage(int *bytes_free,
                   int *bytes_used,
                   int *bytes_overhead);
 BOOL smb_shm_get_usage(int *bytes_free,
                   int *bytes_used,
                   int *bytes_overhead);
+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);
 
 /*The following definitions come from  smbencrypt.c  */
 
 
 /*The following definitions come from  smbencrypt.c  */