Skip to content

Commit f400b7f

Browse files
committed
Add deprecation notice.
1 parent 3f7f82d commit f400b7f

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

src/include/ib_util.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@
2121
* Contributor(s): ______________________________________.
2222
*/
2323

24+
/*
25+
* Including this file is not recommended and it will be removed in the future.
26+
* Please include directly the file present in the "firebird" directory.
27+
*/
28+
2429
#include "firebird/ib_util.h"

src/include/ibase.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,9 @@
4141
*
4242
*/
4343

44+
/*
45+
* Including this file is not recommended and it will be removed in the future.
46+
* Please include directly the file present in the "firebird" directory.
47+
*/
48+
4449
#include "firebird/ibase.h"

src/include/iberror.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
* rights and limitations under the License.
1111
*/
1212

13+
/*
14+
* Including this file is not recommended and it will be removed in the future.
15+
* Please include directly the file present in the "firebird" directory.
16+
*/
17+
1318
#include "firebird/iberror.h"

0 commit comments

Comments
 (0)