/* * 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