8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

Declare the function inside its namespace

This commit is contained in:
asfernandes 2009-02-15 17:46:08 +00:00
parent fa730e4684
commit 71068a2d53

View File

@ -124,9 +124,9 @@ namespace fb_utils
// Returns frequency of performance counter in Hz
SINT64 query_performance_frequency();
} // namespace fb_utils
void exactNumericToStr(SINT64 value, int scale, Firebird::string& target, bool append = false);
void exactNumericToStr(SINT64 value, int scale, Firebird::string& target, bool append = false);
} // namespace fb_utils
#endif // INCLUDE_UTILS_PROTO_H