mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
447 B
Plaintext
20 lines
447 B
Plaintext
*** scores.c~ Thu Dec 14 20:40:34 1989
|
|
--- scores.c Sun Nov 20 01:51:07 1994
|
|
***************
|
|
*** 9,15 ****
|
|
#include <X11/keysym.h>
|
|
#include "golddig.h"
|
|
|
|
! char *getenv(),*sprintf();
|
|
|
|
#define NUMHIGH 15 /* Number of high scores that will be remembered */
|
|
|
|
--- 9,15 ----
|
|
#include <X11/keysym.h>
|
|
#include "golddig.h"
|
|
|
|
! char *getenv()/*,*sprintf()*/;
|
|
|
|
#define NUMHIGH 15 /* Number of high scores that will be remembered */
|
|
|