diff options
| author | Richard M. Stallman | 1998-07-25 20:51:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-25 20:51:40 +0000 |
| commit | 6d0d20a17ee1c069c2c93cfa7f71a92e2f4c731b (patch) | |
| tree | c48999adb13741f3f656af34c008289b4011771d /src | |
| parent | c64b0eb74cc648878b7e6583c89d5f6dec70e5b3 (diff) | |
| download | emacs-6d0d20a17ee1c069c2c93cfa7f71a92e2f4c731b.tar.gz emacs-6d0d20a17ee1c069c2c93cfa7f71a92e2f4c731b.zip | |
[AIXHFT] (hft_init, hft_reset): Add declarations.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index ca4e7b57197..99119b925e1 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -246,6 +246,10 @@ 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. */ |