mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Try to fix problem reported by Treeve Jelbert in a file I don't compile.
This commit is contained in:
parent
4e55c0038b
commit
1d1f86aae3
@ -20,7 +20,7 @@
|
||||
*
|
||||
* All Rights Reserved.
|
||||
* Contributor(s): ______________________________________.
|
||||
* $Id: srvrmgr.cpp,v 1.16 2004-07-10 03:16:13 robocop Exp $
|
||||
* $Id: srvrmgr.cpp,v 1.17 2004-07-11 10:04:58 robocop Exp $
|
||||
*/
|
||||
|
||||
#include "firebird.h"
|
||||
@ -61,7 +61,7 @@ const int ATTACH_RETRY = 10; /* Number of attach retries */
|
||||
|
||||
static bool attach_service(ibmgr_data_t*);
|
||||
static bool detach_service(ibmgr_data_t*);
|
||||
static bool print_pool(const ibmgr_data_t*);
|
||||
static bool print_pool(ibmgr_data_t*);
|
||||
static bool start_shutdown(ibmgr_data_t*);
|
||||
static bool start_server(ibmgr_data_t*);
|
||||
#ifdef NOT_USED_OR_REPLACED
|
||||
@ -637,7 +637,7 @@ static bool server_is_up( ibmgr_data_t* data)
|
||||
}
|
||||
|
||||
|
||||
static bool print_pool( const ibmgr_data_t* data)
|
||||
static bool print_pool( ibmgr_data_t* data)
|
||||
{
|
||||
/**************************************
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user