3 * ====================================================================
4 * Copyright (c) 2000-2005 CollabNet. All rights reserved.
6 * This software is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at http://subversion.tigris.org/license-1.html.
9 * If newer versions of this license are posted there, you may use a
10 * newer version instead, at your option.
12 * This software consists of voluntary contributions made by many
13 * individuals. For exact contribution history, see the revision
14 * history and logs, available at http://subversion.tigris.org/.
15 * ====================================================================
19 * @brief Support functions for NLS programs
27 #include "svn_types.h"
31 #endif /* __cplusplus */
34 * Return the error @c APR_EINVAL or @c APR_INCOMPLETE if an
37 * @note This function is for bindings. You should usually
38 * use svn_cmdline_init() instead of calling this
39 * function directly. This function should be called
40 * after initializing APR.
44 svn_error_t
*svn_nls_init(void);
48 #endif /* __cplusplus */
50 #endif /* SVN_NLS_H */