8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 01:23:03 +01:00
This commit is contained in:
robocop 2003-10-06 09:50:08 +00:00
parent 6a0cf2d267
commit 022a47142f

View File

@ -1,7 +1,7 @@
/* /*
* PROGRAM: JRD Journalling Subsystem * PROGRAM: JRD Journalling Subsystem
* MODULE: misc_proto.h * MODULE: misc_proto.h
* DESCRIPTION: Prototype header file for misc.c * DESCRIPTION: Prototype header file for misc.cpp
* *
* The contents of this file are subject to the Interbase Public * The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file * License Version 1.0 (the "License"); you may not use this file
@ -35,3 +35,4 @@ void MISC_print_journal_syntax(void);
int MISC_time_convert(TEXT*, USHORT, SLONG[2]); int MISC_time_convert(TEXT*, USHORT, SLONG[2]);
#endif // JOURNAL_MISC_PROTO_H #endif // JOURNAL_MISC_PROTO_H