blob: 74aa17f17bb690559f42a924589e719a6388eaff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $Header: /cvsroot/src/usr.bin/patch/Attic/version.h,v 1.1 1993/04/09 11:34:13 cgd Exp $
*
* $Log: version.h,v $
* Revision 1.1 1993/04/09 11:34:13 cgd
* patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL.
*
* Revision 2.0 86/09/17 15:40:14 lwall
* Baseline for netwide release.
*
*/
void version();
|