comparison src/sysdep.c @ 22825:a5d08eacb02b

[AIXHFT] (hft_init, hft_reset): Add declarations.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jul 1998 20:51:40 +0000
parents 0af99a2dc706
children c4c37f5b8df6
comparison
equal deleted inserted replaced
22824:a8482d4262a4 22825:a5d08eacb02b
244 under VMS, we place the input channel number here. */ 244 under VMS, we place the input channel number here. */
245 int input_fd; 245 int input_fd;
246 246
247 void croak P_ ((char *)); 247 void croak P_ ((char *));
248 248
249 #ifdef AIXHFT
250 void hft_init ();
251 void hft_reset ();
252 #endif
249 253
250 254
251 /* Specify a different file descriptor for further input operations. */ 255 /* Specify a different file descriptor for further input operations. */
252 256
253 void 257 void