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:
parent
04169a304b
commit
a09c4553a6
@ -6,11 +6,12 @@
|
||||
|
||||
#include <KernelExport.h>
|
||||
|
||||
#include <safemode.h>
|
||||
#include <kernel.h>
|
||||
#include <syscalls.h>
|
||||
|
||||
|
||||
static status_t
|
||||
extern "C" status_t
|
||||
get_safemode_option(const char *parameter, char *buffer, size_t *_bufferSize)
|
||||
{
|
||||
// ToDo: implement me for real!
|
||||
|
Loading…
Reference in New Issue
Block a user