OSDN Git Service

Merge from feature_merge branch. Build TortoiseMerge successfully.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseMerge / libsvn_diff / svn_nls.h
1 /**\r
2  * @copyright\r
3  * ====================================================================\r
4  * Copyright (c) 2000-2005, 2008 CollabNet.  All rights reserved.\r
5  *\r
6  * This software is licensed as described in the file COPYING, which\r
7  * you should have received as part of this distribution.  The terms\r
8  * are also available at http://subversion.tigris.org/license-1.html.\r
9  * If newer versions of this license are posted there, you may use a\r
10  * newer version instead, at your option.\r
11  *\r
12  * This software consists of voluntary contributions made by many\r
13  * individuals.  For exact contribution history, see the revision\r
14  * history and logs, available at http://subversion.tigris.org/.\r
15  * ====================================================================\r
16  * @endcopyright\r
17  *\r
18  * @file svn_nls.h\r
19  * @brief Support functions for NLS programs\r
20  */\r
21 \r
22 \f\r
23 \r
24 #ifndef SVN_NLS_H\r
25 #define SVN_NLS_H\r
26 \r
27 #include "svn_types.h"\r
28 \r
29 #ifdef __cplusplus\r
30 extern "C" {\r
31 #endif /* __cplusplus */\r
32 \r
33 /** Set up the NLS.\r
34  * Return the error @c APR_EINVAL or @c APR_INCOMPLETE if an\r
35  * error occurs.\r
36  *\r
37  * @note This function is for bindings. You should usually\r
38  *       use svn_cmdline_init() instead of calling this\r
39  *       function directly. This function should be called\r
40  *       after initializing APR.\r
41  *\r
42  * @since New in 1.3.\r
43  */\r
44 svn_error_t *\r
45 svn_nls_init(void);\r
46 \r
47 #ifdef __cplusplus\r
48 }\r
49 #endif /* __cplusplus */\r
50 \r
51 #endif /* SVN_NLS_H */\r