From 7df4b93bed4f4e8e96d44fed7daa9985ebab8862 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Wed, 27 Aug 1997 19:53:03 +0000 Subject: Put back the smb_shm_ proto's that Luke keeps breaking ! Jeremy (jallison@whistle.com) (This used to be commit 660a3ef70c36e6675c8cc63b97e9d251428f9b40) --- source3/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index b9600e0b1e..8faa3201dc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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); +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 */ -- cgit