summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/proto.h')
-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 56f888dbdd..07e3b70dba 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2008,6 +2008,8 @@ void file_sync_all(connection_struct *conn);
void file_free(files_struct *fsp);
files_struct *file_fsp(char *buf, int where);
void file_chain_reset(void);
+void file_chain_save(void);
+void file_chain_restore(void);
/*The following definitions come from smbd/groupname.c */
@@ -2210,7 +2212,7 @@ int reply_getattrE(connection_struct *conn, char *inbuf,char *outbuf, int dum_si
/*The following definitions come from smbd/server.c */
-void *dflt_sig(void);
+void *dflt_sig(void);
void killkids(void);
BOOL reload_services(BOOL test);
void exit_server(char *reason);