Implement window size passing between real tty and virtual console.
[dragonfly/port-amd64.git] / contrib / tar / lib / print-copyr.h
blobff981583fea837e070715b94ead2948c829d94cf
1 # ifndef PARAMS
2 # if PROTOTYPES || (defined (__STDC__) && __STDC__)
3 # define PARAMS(args) args
4 # else
5 # define PARAMS(args) ()
6 # endif
7 # endif
9 void print_copyright PARAMS((char const *));