diff options
author | Dave Love <fx@gnu.org> | 2000-03-08 18:55:10 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-03-08 18:55:10 +0000 |
commit | eea0252e8347b1917bd6f23951e7a6d3de1d9869 (patch) | |
tree | c006898c4ab80b0c45f795f9cac9b5e84ca420df /src/hftctl.c | |
parent | b369fa65688865a61fbbefcee815ca46bf2896bf (diff) | |
download | emacs-eea0252e8347b1917bd6f23951e7a6d3de1d9869.tar.gz emacs-eea0252e8347b1917bd6f23951e7a6d3de1d9869.tar.bz2 emacs-eea0252e8347b1917bd6f23951e7a6d3de1d9869.zip |
Use PROTOTYPES.
Diffstat (limited to 'src/hftctl.c')
-rw-r--r-- | src/hftctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hftctl.c b/src/hftctl.c index 8a264a70a27..a6daf0a1f1b 100644 --- a/src/hftctl.c +++ b/src/hftctl.c @@ -106,7 +106,7 @@ static struct hfctlack ACK = else { (l) -= j; (p) += j; } /*************** function prototypes ***************************/ -#ifdef __STDC__ +#ifdef PROTOTYPES static GT_ACK (int fd, int req, char *buf); static WR_REQ (int fd, int request, int cmdlen, char *cmd, int resplen); static void hft_alrm(int sig); |