git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4e3f8ef
)
prototype new functions
author
Andrew Tridgell
<tridge@samba.org>
Mon, 19 Oct 1998 01:05:49 +0000
(
01:05
+0000)
committer
Andrew Tridgell
<tridge@samba.org>
Mon, 19 Oct 1998 01:05:49 +0000
(
01:05
+0000)
source/include/proto.h
patch
|
blob
|
history
diff --git
a/source/include/proto.h
b/source/include/proto.h
index e22efc7e59fcd655f570708b17a4037e173d7ae4..300eddae407bb9f1ee30876148afe8beed4e4f52 100644
(file)
--- a/
source/include/proto.h
+++ b/
source/include/proto.h
@@
-2361,6
+2361,12
@@
void unbecome_root(BOOL restore_dir);
int real_utime(const char *name, struct utimbuf *buf);
int real_utimes(const char *name, struct timeval tv[2]);
int real_utime(const char *name, struct utimbuf *buf);
int real_utimes(const char *name, struct timeval tv[2]);
+/*The following definitions come from smbwrapper/shared.c */
+
+void smbw_setup_shared(void);
+char *smbw_getshared(const char *name);
+void smbw_setshared(const char *name, const char *val);
+
/*The following definitions come from smbwrapper/smbw.c */
void smbw_init(void);
/*The following definitions come from smbwrapper/smbw.c */
void smbw_init(void);