summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-24 23:29:52 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-24 23:29:52 +0000
commitda0ca0a7cb21d1de8a37d28ac9872078ca4489e9 (patch)
treef60bc1ed9d5049b9dee1da77d5b2454374d3d3f1
parent834518eddd66c926b8aac7aa2b7024639417d6a2 (diff)
downloadsamba-da0ca0a7cb21d1de8a37d28ac9872078ca4489e9.tar.gz
samba-da0ca0a7cb21d1de8a37d28ac9872078ca4489e9.tar.bz2
samba-da0ca0a7cb21d1de8a37d28ac9872078ca4489e9.zip
Re-added shm stuff - keeps getting lost.
Jeremy (jallison@whistle.com) (This used to be commit 4fad0a63aa6712775610f7d341ba243e6353ce3b)
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 7b634d15f5..4b7b48f50b 100644
--- a/source3/include/proto.h
+++ b/source3/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 );