8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-27 04:43:02 +01:00
firebird-mirror/src/jrd/status.h

15 lines
383 B
C
Raw Normal View History

#ifndef FB_MISC_STATUS_H
#define FB_MISC_STATUS_H
#include <stdlib.h> // size_t
2003-04-10 08:49:16 +02:00
#include "../jrd/common.h" // ISC_STATUS
const int MAX_ERRMSG_LEN = 128;
const int MAX_ERRSTR_LEN = 255;
2003-04-10 08:49:16 +02:00
void STUFF_STATUS_function(ISC_STATUS* status_vector, ISC_STATUS status, va_list args);
2003-04-10 08:49:16 +02:00
void PARSE_STATUS(ISC_STATUS * status_vector, int &length, int &warning);
#endif // FB_MISC_STATUS_H