Deleted Added
full compact
rltypedefs.h (119610) rltypedefs.h (136644)
1/* rltypedefs.h -- Type declarations for readline functions. */
2
1/* rltypedefs.h -- Type declarations for readline functions. */
2
3/* Copyright (C) 2000 Free Software Foundation, Inc.
3/* Copyright (C) 2000-2004 Free Software Foundation, Inc.
4
5 This file is part of the GNU Readline Library, a library for
6 reading lines of text with interactive input and history editing.
7
8 The GNU Readline Library is free software; you can redistribute it
9 and/or modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2, or
11 (at your option) any later version.

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

74#define rl_ivoidfunc_t rl_hook_func_t
75typedef int rl_icpfunc_t PARAMS((char *));
76typedef int rl_icppfunc_t PARAMS((char **));
77
78typedef void rl_voidfunc_t PARAMS((void));
79typedef void rl_vintfunc_t PARAMS((int));
80typedef void rl_vcpfunc_t PARAMS((char *));
81typedef void rl_vcppfunc_t PARAMS((char **));
4
5 This file is part of the GNU Readline Library, a library for
6 reading lines of text with interactive input and history editing.
7
8 The GNU Readline Library is free software; you can redistribute it
9 and/or modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2, or
11 (at your option) any later version.

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

74#define rl_ivoidfunc_t rl_hook_func_t
75typedef int rl_icpfunc_t PARAMS((char *));
76typedef int rl_icppfunc_t PARAMS((char **));
77
78typedef void rl_voidfunc_t PARAMS((void));
79typedef void rl_vintfunc_t PARAMS((int));
80typedef void rl_vcpfunc_t PARAMS((char *));
81typedef void rl_vcppfunc_t PARAMS((char **));
82
83typedef char *rl_cpvfunc_t PARAMS((void));
84typedef char *rl_cpifunc_t PARAMS((int));
85typedef char *rl_cpcpfunc_t PARAMS((char *));
86typedef char *rl_cpcppfunc_t PARAMS((char **));
87
82#endif /* _RL_FUNCTION_TYPEDEF */
83
84#ifdef __cplusplus
85}
86#endif
87
88#endif /* _RL_TYPEDEFS_H_ */
88#endif /* _RL_FUNCTION_TYPEDEF */
89
90#ifdef __cplusplus
91}
92#endif
93
94#endif /* _RL_TYPEDEFS_H_ */