summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/getint.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spsize/getint.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/spsize/getint.c b/testsuites/sptests/spsize/getint.c
index f6f5f61f16..0bf9215670 100644
--- a/testsuites/sptests/spsize/getint.c
+++ b/testsuites/sptests/spsize/getint.c
@@ -8,7 +8,7 @@
* Output parameters:
* returns - number read
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -22,6 +22,8 @@
#include <stdio.h>
#include <stdlib.h>
+int getint( void );
+
int getint( void )
{
char buff[16];