From b6fcbb239a7fc3954dbaa7f112c39bf5351feae1 Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Sun, 21 May 2000 22:06:03 +0000 Subject: [PATCH] build.h must die --- include/buildnum.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/buildnum.h diff --git a/include/buildnum.h b/include/buildnum.h new file mode 100644 index 0000000..44a8c21 --- /dev/null +++ b/include/buildnum.h @@ -0,0 +1,6 @@ +#ifndef __buildnum_h +#define __buildnum_h + +int build_number( void ); + +#endif