[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

typedef of svn_client_list_func_t

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2006-04-20 17:31:08 CEST

Hi,

The typedef of svn_client_list_func_t is the following:

  typedef svn_error_t *(svn_client_list_func_t)(...);
                       /\

It seems that '*' is missed before 'svn_client_list_func_t':

  typedef svn_error_t *(*svn_client_list_func_t)(...);
                        ^

Thanks,

--
kou
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 20 17:32:20 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.