12 lines
517 B
Plaintext
12 lines
517 B
Plaintext
$OpenBSD: patch-xlife_tile_h,v 1.1 2000/12/16 15:39:33 espie Exp $
|
|
--- xlife/tile.h.orig Thu Dec 14 03:51:52 2000
|
|
+++ xlife/tile.h Thu Dec 14 03:52:16 2000
|
|
@@ -162,6 +162,6 @@ extern char *parse_rule(char *buf);
|
|
/* utils.c */
|
|
extern void stamp(char *leader, FILE *ofp);
|
|
extern void fatal(const char *s);
|
|
-extern void heapsort(coord_t *data, int n, int size);
|
|
+extern void lheapsort(coord_t *data, int n, int size);
|
|
extern void randomseed(unsigned long x2, unsigned long x1);
|
|
extern unsigned long random32(void);
|