X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fpty.h;h=db63853411879851f0cb04ad562e73a7e7634aad;hp=46a99f47e363831599374dfa9de3a7438262859e;hb=43653c1250ad5eb5385d7e08292ad047420f8d25;hpb=4921ce08673d14e53b3931b8536238d944a2c1ce 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