summaryrefslogtreecommitdiff
path: root/sal/rtl/source/hash.h
blob: 6a6518833dfd05d2b2cb466e081bd836a07c0a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -*- 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 <sal/types.h>
#include <rtl/ustring.h>

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