/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #ifndef INCLUDED_RTL_SOURCE_HASH_H #define INCLUDED_RTL_SOURCE_HASH_H #include #include #if defined __cplusplus extern "C" { #endif /* __cplusplus */ /* These functions are not multi-thread safe: */ rtl_uString *rtl_str_hash_intern (rtl_uString *pString, int can_return); void rtl_str_hash_remove (rtl_uString *pString); #if defined __cplusplus } #endif /* __cplusplus */ #endif /* INCLUDED_RTL_SOURCE_HASH_H */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */