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:
Axel Dörfler 2004-11-26 16:25:18 +00:00
parent 04169a304b
commit a09c4553a6

View File

@ -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!