summaryrefslogtreecommitdiffstats
path: root/gomoku/gomoku.h
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>1999-09-13 17:18:56 +0000
committerjsm <jsm@NetBSD.org>1999-09-13 17:18:56 +0000
commit6a1460f5926ec8aaa136e3e8c39399db281f0dfb (patch)
treec4d0539a53925d4e7333ce128e158d22574927c8 /gomoku/gomoku.h
parentcfadcf734bf3b4a80ca74925211aed5e9c9563f7 (diff)
downloadbsdgames-darwin-6a1460f5926ec8aaa136e3e8c39399db281f0dfb.tar.gz
bsdgames-darwin-6a1460f5926ec8aaa136e3e8c39399db281f0dfb.tar.zst
bsdgames-darwin-6a1460f5926ec8aaa136e3e8c39399db281f0dfb.zip
Fix uses of names of library functions for other purposes.
Diffstat (limited to 'gomoku/gomoku.h')
-rw-r--r--gomoku/gomoku.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gomoku/gomoku.h b/gomoku/gomoku.h
index 84ccd471..61553436 100644
--- a/gomoku/gomoku.h
+++ b/gomoku/gomoku.h
@@ -1,4 +1,4 @@
-/* $NetBSD: gomoku.h,v 1.6 1999/09/08 21:17:49 jsm Exp $ */
+/* $NetBSD: gomoku.h,v 1.7 1999/09/13 17:18:57 jsm Exp $ */
/*
* Copyright (c) 1994
@@ -276,7 +276,7 @@ void cursfini __P((void));
void cursinit __P((void));
void bdwho __P((int));
void panic __P((const char *)) __attribute__((__noreturn__));
-void log __P((const char *));
+void glog __P((const char *));
void dlog __P((const char *));
void quit __P((void)) __attribute__((__noreturn__));
void quitsig __P((int)) __attribute__((__noreturn__));