Deleted Added
full compact
citrus_iconv_local.h (252547) citrus_iconv_local.h (255297)
1/* $FreeBSD: head/lib/libc/iconv/citrus_iconv_local.h 252547 2013-07-03 07:03:19Z peter $ */
1/* $FreeBSD: head/lib/libc/iconv/citrus_iconv_local.h 255297 2013-09-06 09:46:44Z theraven $ */
2/* $NetBSD: citrus_iconv_local.h,v 1.3 2008/02/09 14:56:20 junyoung Exp $ */
3
4/*-
5 * Copyright (c)2003 Citrus Project,
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 */
29
30#ifndef _CITRUS_ICONV_LOCAL_H_
31#define _CITRUS_ICONV_LOCAL_H_
32
33#include <iconv.h>
2/* $NetBSD: citrus_iconv_local.h,v 1.3 2008/02/09 14:56:20 junyoung Exp $ */
3
4/*-
5 * Copyright (c)2003 Citrus Project,
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 */
29
30#ifndef _CITRUS_ICONV_LOCAL_H_
31#define _CITRUS_ICONV_LOCAL_H_
32
33#include <iconv.h>
34#include <stdbool.h>
34
35#define _CITRUS_ICONV_GETOPS_FUNC_BASE(_n_) \
36 int _n_(struct _citrus_iconv_ops *)
37#define _CITRUS_ICONV_GETOPS_FUNC(_n_) \
38 _CITRUS_ICONV_GETOPS_FUNC_BASE(_citrus_##_n_##_iconv_getops)
39
40#define _CITRUS_ICONV_DECLS(_m_) \
41static int _citrus_##_m_##_iconv_init_shared \

--- 67 unchanged lines hidden ---
35
36#define _CITRUS_ICONV_GETOPS_FUNC_BASE(_n_) \
37 int _n_(struct _citrus_iconv_ops *)
38#define _CITRUS_ICONV_GETOPS_FUNC(_n_) \
39 _CITRUS_ICONV_GETOPS_FUNC_BASE(_citrus_##_n_##_iconv_getops)
40
41#define _CITRUS_ICONV_DECLS(_m_) \
42static int _citrus_##_m_##_iconv_init_shared \

--- 67 unchanged lines hidden ---