Made the get_safemode_option() function public.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10257 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,11 +6,12 @@
|
|||||||
|
|
||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
|
|
||||||
|
#include <safemode.h>
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <syscalls.h>
|
#include <syscalls.h>
|
||||||
|
|
||||||
|
|
||||||
static status_t
|
extern "C" status_t
|
||||||
get_safemode_option(const char *parameter, char *buffer, size_t *_bufferSize)
|
get_safemode_option(const char *parameter, char *buffer, size_t *_bufferSize)
|
||||||
{
|
{
|
||||||
// ToDo: implement me for real!
|
// ToDo: implement me for real!
|
||||||
|
|||||||
Reference in New Issue
Block a user