summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-08-27 19:53:03 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-08-27 19:53:03 +0000
commit7df4b93bed4f4e8e96d44fed7daa9985ebab8862 (patch)
treefa4c42e2cfac11db2d95ab29f184fa7637b585aa /source3
parent38dc53828e6e9a3ba9589c722fba40a4df167d75 (diff)
downloadsamba-7df4b93bed4f4e8e96d44fed7daa9985ebab8862.tar.gz
samba-7df4b93bed4f4e8e96d44fed7daa9985ebab8862.tar.bz2
samba-7df4b93bed4f4e8e96d44fed7daa9985ebab8862.zip
Put back the smb_shm_ proto's that Luke keeps breaking !
Jeremy (jallison@whistle.com) (This used to be commit 660a3ef70c36e6675c8cc63b97e9d251428f9b40)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
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 */