From fc8af3cfe7e91512f0bb702944a0d76e6adf38cd Mon Sep 17 00:00:00 2001 From: shatty Date: Mon, 22 Nov 2004 04:42:09 +0000 Subject: [PATCH] avoid missing prototype warning git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10158 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/Debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/support/Debug.h b/headers/os/support/Debug.h index df956a9996..bf133b83e2 100644 --- a/headers/os/support/Debug.h +++ b/headers/os/support/Debug.h @@ -25,7 +25,7 @@ extern "C" { #endif extern _IMPEXP_ROOT bool _rtDebugFlag; - _IMPEXP_ROOT bool _debugFlag(); + _IMPEXP_ROOT bool _debugFlag(void); _IMPEXP_ROOT bool _setDebugFlag(bool); _IMPEXP_ROOT int _debugPrintf(const char *, ...);