-
-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy pathexe_proto.h
More file actions
34 lines (29 loc) · 1.07 KB
/
exe_proto.h
File metadata and controls
34 lines (29 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
* PROGRAM: Alice (All Else) Utility
* MODULE: exe_proto.h
* DESCRIPTION: Prototype header file for exe.cpp
*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy
* of the License at http://www.Inprise.com/IPL.html
*
* Software distributed under the License is distributed on an
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
* or implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code was created by Inprise Corporation
* and its predecessors. Portions created by Inprise Corporation are
* Copyright (C) Inprise Corporation.
*
* All Rights Reserved.
* Contributor(s): ______________________________________.
*/
#ifndef ALICE_EXE_PROTO_H
#define ALICE_EXE_PROTO_H
namespace Firebird::Alice {
int EXE_action(const TEXT*, const SINT64);
int EXE_two_phase(const TEXT*, const SINT64);
} // namespace Firebird::Alice
#endif // ALICE_EXE_PROTO_H