diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ttyent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ttyent.h b/include/ttyent.h index 362299bd90646..bfb5a9d3da656 100644 --- a/include/ttyent.h +++ b/include/ttyent.h @@ -70,7 +70,7 @@ struct ttyent *getttynam __P((const char *)); int setttyent __P((void)); int endttyent __P((void)); int isdialuptty __P((const char *)); -int isnetworktty __P((const char *)); +int isnettty __P((const char *)); __END_DECLS #endif /* !_TTYENT_H_ */ |
