haiku/src/tools/fs_shell/driver_settings.h
Ingo Weinhold cad7120f0c __attribute__(constructor) doesn't seem to work with gcc 2.95.3, so we
invoke driver_settings_init() manually now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21247 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-05-26 14:32:40 +00:00

23 lines
346 B
C++

/*
* Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _FSSH_DRIVER_SETTINGS_PRIV_H
#define _FSSH_DRIVER_SETTINGS_PRIV_H
#include "fssh_defs.h"
namespace FSShell {
fssh_status_t driver_settings_init();
} // namespace FSShell
#endif // _FSSH_DRIVER_SETTINGS_PRIV_H