X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/fc56b708803d28b949a9181528bb0da4d25b3b7b..a9aaacca3a68bb8d74fec09d8d8681a0efda2581:/include/_ctermid.h diff --git a/include/_ctermid.h b/include/_ctermid.h index 540b117..5bbd721 100644 --- a/include/_ctermid.h +++ b/include/_ctermid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2002-2006, 2008-2010, 2012 Apple Inc. All rights reserved. + * Copyright (c) 2000, 2002-2006, 2008-2010, 2012, 2020 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -23,5 +23,13 @@ #ifndef _CTERMID_H_ #define _CTERMID_H_ + +#include + +__BEGIN_DECLS + char *ctermid(char *); + +__END_DECLS + #endif