summaryrefslogtreecommitdiffstats
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
commit660a3ef70c36e6675c8cc63b97e9d251428f9b40 (patch)
tree74fc29e0d800a1a00e61fe68563e6f089a96f3a8
parentb60ef755cf594ee9751660467709ea4f7a669a2c (diff)
downloadsamba-660a3ef70c36e6675c8cc63b97e9d251428f9b40.tar.gz
samba-660a3ef70c36e6675c8cc63b97e9d251428f9b40.tar.xz
samba-660a3ef70c36e6675c8cc63b97e9d251428f9b40.zip
Put back the smb_shm_ proto's that Luke keeps breaking !
Jeremy (jallison@whistle.com)
-rw-r--r--source/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index b9600e0b1e7..8faa3201dcb 100644
--- a/source/include/proto.h
+++ b/source/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 */