X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-pty.c;h=72e126b104d37831a2a19a9275775a2b43fd28da;hb=efba37d816655ffef152a3299d5d556b6dd1765d;hp=cd24f0d5e3fd02c6872cbb6802029983153ce4c0;hpb=63983c0aac914c1a585cb6a7d0b16dc170b6ee3e;p=gnulib.git diff --git a/tests/test-pty.c b/tests/test-pty.c index cd24f0d5e..72e126b10 100644 --- a/tests/test-pty.c +++ b/tests/test-pty.c @@ -1,5 +1,5 @@ /* Test of pty.h and openpty/forkpty functions. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,6 +20,12 @@ #include +#include "signature.h" +SIGNATURE_CHECK (forkpty, int, (int *, char *, struct termios *, + struct winsize *)); +SIGNATURE_CHECK (openpty, int, (int *, int *, char *, struct termios *, + struct winsize *)); + #include int