On 28 September 2013 22:20,  <stef...@apache.org> wrote:
> Author: stefan2
> Date: Sat Sep 28 18:20:00 2013
> New Revision: 1527211
>
> URL: http://svn.apache.org/r1527211
> Log:
> Hopefully, make our BSD buildbot happy.
>
> * subversion/svnserve/svnserve.c
>   (serve_thread_t): say 'struct shared_pool_t' explicitly
>
What about "typedef struct shared_pool_t shared_pool_t" in .h file and
declare "struct  shared_pool_t { ... } " in .c file? I found this
practice very useful for hide implementation in one module only.



-- 
Ivan Zhakov

Reply via email to