X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fpty.h;h=db63853411879851f0cb04ad562e73a7e7634aad;hp=46a99f47e363831599374dfa9de3a7438262859e;hb=4e3df7be8ff430de6f0f124a20112fb7be8a17d0;hpb=0c4188f6d76fad021a93eb1012630c717bda80a1 diff --git a/include/pty.h b/include/pty.h index 46a99f47..db638534 100644 --- a/include/pty.h +++ b/include/pty.h @@ -12,7 +12,7 @@ int openpty(int *, int *, char *, const struct termios *, const struct winsize * int forkpty(int *, char *, const struct termios *, const struct winsize *); #ifdef __cplusplus -extern } +} #endif #endif