Moved functions declarations to InterfacePrivate.h

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2009-07-30 16:46:19 +00:00
parent ee9408a18d
commit c2c39a98a2
2 changed files with 4 additions and 4 deletions

View File

@ -13,6 +13,10 @@
#include <SupportDefs.h>
void _init_global_fonts_();
extern "C" status_t _fini_interface_kit_();
namespace BPrivate {
bool get_mode_parameter(uint32 mode, int32& width, int32& height,

View File

@ -42,10 +42,6 @@
#include <WindowInfo.h>
// Private definitions not placed in public headers
void _init_global_fonts_();
extern "C" status_t _fini_interface_kit_();
using namespace BPrivate;
// some other weird struct exported by BeOS, it's not initialized, though