Sha256: c687a0692ca9569b079dc2961a7e3bd932b722a3b45c3d5e0c76babe9427c6d6
Contents?: true
Size: 411 Bytes
Versions: 1
Compression:
Stored size: 411 Bytes
Contents
/* * File: tr_debug.h * Copyright (C) 2004 The Institute for System Programming of the Russian Academy of Sciences (ISP RAS) */ #ifndef _TR_DEBUG_H_ #define _TR_DEBUG_H_ void INIT_DEBUG_LOG(const char* db_name); void INIT_DEBUG_LOG2(const char* db_name); void CREATE_DEBUG_LOG(const char* db_name); void RELEASE_DEBUG_LOG(); void RELEASE_DEBUG_LOG2(); void WRITE_DEBUG_LOG(const char* msg); #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sedna-0.6.0 | vendor/sedna/kernel/common/tr_debug.h |