diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-18 06:59:18 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-18 06:59:18 +0000 |
commit | 3ba3e2cc4b63fa16707f51e735e751e62dd9526e (patch) | |
tree | 2d073c94248fff7dcaa8a3b1356933e1dcd784db /contrib/global/lib/mgets.h | |
parent | 0823b5bf088ea8520ea23a0c424e4ecab62491d5 (diff) |
Notes
Diffstat (limited to 'contrib/global/lib/mgets.h')
-rw-r--r-- | contrib/global/lib/mgets.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/global/lib/mgets.h b/contrib/global/lib/mgets.h index ea3aef2fa8d8..75b5e831268f 100644 --- a/contrib/global/lib/mgets.h +++ b/contrib/global/lib/mgets.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved. + * Copyright (c) 1996, 1997, 1998 Shigio Yamaguchi. All rights reserved. * * Redilogibution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,6 +37,7 @@ #include <stdio.h> #define MGETS_CONT 1 #define MGETS_SKIPCOM 2 +#define MGETS_TAILCUT 4 #ifndef __P #if defined(__STDC__) @@ -46,6 +47,6 @@ #endif #endif -char *mgets __P((FILE *, int, int *)); +char *mgets __P((FILE *, int *, int)); #endif /* ! _MGETS_H_ */ |