summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-04-10 22:47:09 +0000
committerJeremy Allison <jra@samba.org>2006-04-10 22:47:09 +0000
commitadd9040220166fce023483088457174a186661ae (patch)
tree80112f2a2672044f2759910030a7a8ffc8f763d9 /source/include
parent9e2efae76b11b9e6dc784e49ff9b57818a07e6e2 (diff)
downloadsamba-add9040220166fce023483088457174a186661ae.tar.gz
samba-add9040220166fce023483088457174a186661ae.tar.xz
samba-add9040220166fce023483088457174a186661ae.zip
r15022: Fix core dumps on normal server exit.
Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 7702b6645e9..c83b707887a 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -1564,7 +1564,7 @@ LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to);
void smb_panic( const char *why ) NORETURN_ATTRIBUTE ;
void dump_core(void) NORETURN_ATTRIBUTE ;
void exit_server(const char *const reason) NORETURN_ATTRIBUTE ;
-void exit_server_cleanly(void) NORETURN_ATTRIBUTE ;
+void exit_server_cleanly(const char *const reason) NORETURN_ATTRIBUTE ;
void exit_server_fault(void) NORETURN_ATTRIBUTE ;
#endif /* _INCLUDES_H */