GME
13
|
00001 00027 00028 00029 #ifndef SVN_NLS_H 00030 #define SVN_NLS_H 00031 00032 #include "svn_types.h" 00033 00034 #ifdef __cplusplus 00035 extern "C" { 00036 #endif /* __cplusplus */ 00037 00049 svn_error_t * 00050 svn_nls_init(void); 00051 00052 #ifdef __cplusplus 00053 } 00054 #endif /* __cplusplus */ 00055 00056 #endif /* SVN_NLS_H */