This commit is contained in:
chris
2003-02-06 10:51:24 +00:00
parent 5058cf3bc5
commit 2dc4a06dda
7 changed files with 11 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ typedef struct {
int last_write;
} history_type;
void tick();
void tick(void);
void *xmalloc(size_t n);
void *xcalloc(size_t n, size_t m);