86 lines
6.4 KiB
HTML
86 lines
6.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<title>Subversion: svn_user.h Source File</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.5.6 -->
|
|
<div class="navigation" id="top">
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
|
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
|
<li>
|
|
<form action="search.php" method="get">
|
|
<table cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td><label> <u>S</u>earch for </label></td>
|
|
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<h1>svn_user.h</h1><a href="svn__user_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/**</span>
|
|
<a name="l00002"></a>00002 <span class="comment"> * @copyright</span>
|
|
<a name="l00003"></a>00003 <span class="comment"> * ====================================================================</span>
|
|
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2000-2004 CollabNet. All rights reserved.</span>
|
|
<a name="l00005"></a>00005 <span class="comment"> *</span>
|
|
<a name="l00006"></a>00006 <span class="comment"> * This software is licensed as described in the file COPYING, which</span>
|
|
<a name="l00007"></a>00007 <span class="comment"> * you should have received as part of this distribution. The terms</span>
|
|
<a name="l00008"></a>00008 <span class="comment"> * are also available at http://subversion.tigris.org/license-1.html.</span>
|
|
<a name="l00009"></a>00009 <span class="comment"> * If newer versions of this license are posted there, you may use a</span>
|
|
<a name="l00010"></a>00010 <span class="comment"> * newer version instead, at your option.</span>
|
|
<a name="l00011"></a>00011 <span class="comment"> *</span>
|
|
<a name="l00012"></a>00012 <span class="comment"> * This software consists of voluntary contributions made by many</span>
|
|
<a name="l00013"></a>00013 <span class="comment"> * individuals. For exact contribution history, see the revision</span>
|
|
<a name="l00014"></a>00014 <span class="comment"> * history and logs, available at http://subversion.tigris.org/.</span>
|
|
<a name="l00015"></a>00015 <span class="comment"> * ====================================================================</span>
|
|
<a name="l00016"></a>00016 <span class="comment"> * @endcopyright</span>
|
|
<a name="l00017"></a>00017 <span class="comment"> *</span>
|
|
<a name="l00018"></a>00018 <span class="comment"> * @file svn_user.h</span>
|
|
<a name="l00019"></a>00019 <span class="comment"> * @brief Subversion's wrapper around APR's user information interface.</span>
|
|
<a name="l00020"></a>00020 <span class="comment"> */</span>
|
|
<a name="l00021"></a>00021
|
|
<a name="l00022"></a>00022 <span class="preprocessor">#ifndef SVN_USER_H</span>
|
|
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define SVN_USER_H</span>
|
|
<a name="l00024"></a>00024 <span class="preprocessor"></span>
|
|
<a name="l00025"></a>00025 <span class="preprocessor">#include <apr_pools.h></span>
|
|
<a name="l00026"></a>00026
|
|
<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="svn__types_8h.html" title="Subversion&#39;s data types.">svn_types.h</a>"</span>
|
|
<a name="l00028"></a>00028
|
|
<a name="l00029"></a>00029 <span class="preprocessor">#ifdef __cplusplus</span>
|
|
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
|
|
<a name="l00031"></a>00031 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
|
|
<a name="l00032"></a>00032 <span class="comment"></span>
|
|
<a name="l00033"></a>00033 <span class="comment">/** Get the name of the current user, using @a pool for any necessary</span>
|
|
<a name="l00034"></a>00034 <span class="comment"> * allocation, returning NULL on error.</span>
|
|
<a name="l00035"></a>00035 <span class="comment"> *</span>
|
|
<a name="l00036"></a>00036 <span class="comment"> * @since New in 1.4.</span>
|
|
<a name="l00037"></a>00037 <span class="comment"> */</span>
|
|
<a name="l00038"></a>00038 <span class="keyword">const</span> <span class="keywordtype">char</span> *
|
|
<a name="l00039"></a>00039 <a class="code" href="svn__user_8h.html#37acb0b35fef00a663b733a792f07d79" title="Get the name of the current user, using pool for any necessary allocation, returning...">svn_user_get_name</a>(apr_pool_t *pool);
|
|
<a name="l00040"></a>00040 <span class="comment"></span>
|
|
<a name="l00041"></a>00041 <span class="comment">/** Get the path of the current user's home directory, using @a pool for</span>
|
|
<a name="l00042"></a>00042 <span class="comment"> * any necessary allocation, returning NULL on error.</span>
|
|
<a name="l00043"></a>00043 <span class="comment"> *</span>
|
|
<a name="l00044"></a>00044 <span class="comment"> * @since New in 1.4.</span>
|
|
<a name="l00045"></a>00045 <span class="comment"> */</span>
|
|
<a name="l00046"></a>00046 <span class="keyword">const</span> <span class="keywordtype">char</span> *
|
|
<a name="l00047"></a>00047 <a class="code" href="svn__user_8h.html#d4c9deedcdb3b00aa57585c6355177f0" title="Get the path of the current user&#39;s home directory, using pool for any necessary...">svn_user_get_homedir</a>(apr_pool_t *pool);
|
|
<a name="l00048"></a>00048
|
|
<a name="l00049"></a>00049 <span class="preprocessor">#ifdef __cplusplus</span>
|
|
<a name="l00050"></a>00050 <span class="preprocessor"></span>}
|
|
<a name="l00051"></a>00051 <span class="preprocessor">#endif </span><span class="comment">/* __cplusplus */</span>
|
|
<a name="l00052"></a>00052
|
|
<a name="l00053"></a>00053 <span class="preprocessor">#endif </span><span class="comment">/* SVN_USER_H */</span>
|
|
</pre></div></div>
|
|
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 24 16:18:26 2008 for Subversion by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
|
|
</body>
|
|
</html>
|