From e7765f3f360746eee9cd8999fa0afb1060357821 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 1 Apr 2006 05:41:34 +0000 Subject: r14847: Tell static checkers that exit_server() doesn't return. Jeremy. --- source/include/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/include') diff --git a/source/include/includes.h b/source/include/includes.h index e02a981d56a..620af59db70 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -1562,4 +1562,5 @@ LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to); #endif void smb_panic( const char *why ) NORETURN_ATTRIBUTE ; +void exit_server(const char *reason) NORETURN_ATTRIBUTE ; #endif /* _INCLUDES_H */ -- cgit