8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 23:23:03 +01:00
firebird-mirror/src/jrd/status.h
brodsom 62a4b10c22 -Replace define with const
-Remove ifdef cplusplus from internal code
-Remove unused macros
2004-05-06 18:09:24 +00:00

15 lines
383 B
C

#ifndef FB_MISC_STATUS_H
#define FB_MISC_STATUS_H
#include <stdlib.h> // size_t
#include "../jrd/common.h" // ISC_STATUS
const int MAX_ERRMSG_LEN = 128;
const int MAX_ERRSTR_LEN = 255;
void STUFF_STATUS_function(ISC_STATUS* status_vector, ISC_STATUS status, va_list args);
void PARSE_STATUS(ISC_STATUS * status_vector, int &length, int &warning);
#endif // FB_MISC_STATUS_H