GME  13
svn_user.h
Go to the documentation of this file.
00001 
00027 #ifndef SVN_USER_H
00028 #define SVN_USER_H
00029 
00030 #include <apr_pools.h>
00031 
00032 #ifdef __cplusplus
00033 extern "C" {
00034 #endif /* __cplusplus */
00035 
00041 const char *
00042 svn_user_get_name(apr_pool_t *pool);
00043 
00049 const char *
00050 svn_user_get_homedir(apr_pool_t *pool);
00051 
00052 #ifdef __cplusplus
00053 }
00054 #endif /* __cplusplus */
00055 
00056 #endif /* SVN_USER_H */