comparison readline/readline.h @ 1464:6548bc27329b

[project @ 1995-09-22 07:29:21 by jwe]
author jwe
date Fri, 22 Sep 1995 07:29:42 +0000
parents b44fe7cf2a6b
children
comparison
equal deleted inserted replaced
1463:592291d9dfbb 1464:6548bc27329b
20 have a copy of the license, write to the Free Software Foundation, 20 have a copy of the license, write to the Free Software Foundation,
21 675 Mass Ave, Cambridge, MA 02139, USA. */ 21 675 Mass Ave, Cambridge, MA 02139, USA. */
22 22
23 #if !defined (_READLINE_H_) 23 #if !defined (_READLINE_H_)
24 #define _READLINE_H_ 24 #define _READLINE_H_
25
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
25 29
26 #if defined (READLINE_LIBRARY) 30 #if defined (READLINE_LIBRARY)
27 # include "keymaps.h" 31 # include "keymaps.h"
28 # include "tilde.h" 32 # include "tilde.h"
29 #else 33 #else
293 297
294 #if !defined (savestring) 298 #if !defined (savestring)
295 extern char *savestring (); /* XXX backwards compatibility */ 299 extern char *savestring (); /* XXX backwards compatibility */
296 #endif 300 #endif
297 301
302 #ifdef __cplusplus
303 }
304 #endif
305
298 #endif /* _READLINE_H_ */ 306 #endif /* _READLINE_H_ */