dlz_odbc_driver.h (0377c12b) dlz_odbc_driver.h (9742fdb4)
1/* $NetBSD: dlz_odbc_driver.h,v 1.2 2018/08/12 13:02:31 christos Exp $ */
1/* $NetBSD: dlz_odbc_driver.h,v 1.3 2020/05/24 19:46:20 christos Exp $ */
2
3/*
4 * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the
8 * above copyright notice and this permission notice appear in all
9 * copies.

--- 29 unchanged lines hidden (view full) ---

39#define DLZ_ODBC_DRIVER_H
40
41isc_result_t
42dlz_odbc_init(void);
43
44void
45dlz_odbc_clear(void);
46
2
3/*
4 * Copyright (C) 2002 Stichting NLnet, Netherlands, stichting@nlnet.nl.
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the
8 * above copyright notice and this permission notice appear in all
9 * copies.

--- 29 unchanged lines hidden (view full) ---

39#define DLZ_ODBC_DRIVER_H
40
41isc_result_t
42dlz_odbc_init(void);
43
44void
45dlz_odbc_clear(void);
46
47#endif
47#endif /* ifndef DLZ_ODBC_DRIVER_H */