diff options
| author | roy <roy@NetBSD.org> | 2009-07-13 19:05:39 +0000 |
|---|---|---|
| committer | roy <roy@NetBSD.org> | 2009-07-13 19:05:39 +0000 |
| commit | 1a8f73c921695fb365fd62992e90e8d40e94343a (patch) | |
| tree | 447f607459addcce932c00ca52c03ac9e462c321 /gomoku/gomoku.h | |
| parent | 1f35120ec096783ec21160ac00f22c0fb221a918 (diff) | |
| download | bsdgames-darwin-1a8f73c921695fb365fd62992e90e8d40e94343a.tar.gz bsdgames-darwin-1a8f73c921695fb365fd62992e90e8d40e94343a.zip | |
Rename internal getline() function to get_line() so it does
conflict with the soon to be added getline(3) libc function.
Diffstat (limited to 'gomoku/gomoku.h')
| -rw-r--r-- | gomoku/gomoku.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gomoku/gomoku.h b/gomoku/gomoku.h index 87229e10..16a437ae 100644 --- a/gomoku/gomoku.h +++ b/gomoku/gomoku.h @@ -1,4 +1,4 @@ -/* $NetBSD: gomoku.h,v 1.15 2009/06/04 06:47:36 dholland Exp $ */ +/* $NetBSD: gomoku.h,v 1.16 2009/07/13 19:05:40 roy Exp $ */ /* * Copyright (c) 1994 @@ -262,7 +262,7 @@ extern int debug; void bdinit(struct spotstr *); void init_overlap(void); -int getline(char *, int); +int get_line(char *, int); void ask(const char *); void dislog(const char *); void bdump(FILE *); |
