avoid missing prototype warning

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10158 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-11-22 04:42:09 +00:00
parent 0c1783a5a5
commit fc8af3cfe7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ extern "C" {
#endif #endif
extern _IMPEXP_ROOT bool _rtDebugFlag; extern _IMPEXP_ROOT bool _rtDebugFlag;
_IMPEXP_ROOT bool _debugFlag(); _IMPEXP_ROOT bool _debugFlag(void);
_IMPEXP_ROOT bool _setDebugFlag(bool); _IMPEXP_ROOT bool _setDebugFlag(bool);
_IMPEXP_ROOT int _debugPrintf(const char *, ...); _IMPEXP_ROOT int _debugPrintf(const char *, ...);