diff options
author | Jeremy Allison <jra@samba.org> | 2006-04-01 05:41:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:50 -0500 |
commit | ecc0c18889cb3d844310fb91130680df22663a31 (patch) | |
tree | ceac07aee11b2b4a3223c4ecb8c12469bd778f81 /source3/include | |
parent | 69f3c630faac75aea68a4d954417351bb5423eda (diff) | |
download | samba-ecc0c18889cb3d844310fb91130680df22663a31.tar.gz samba-ecc0c18889cb3d844310fb91130680df22663a31.tar.bz2 samba-ecc0c18889cb3d844310fb91130680df22663a31.zip |
r14847: Tell static checkers that exit_server() doesn't
return.
Jeremy.
(This used to be commit 9c5e26a56aaaf1143b43e61d208ddaeb96f2ffcb)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index e02a981d56..620af59db7 100644 --- a/source3/include/includes.h +++ b/source3/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 */ |