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

svn_stream_t

From: William Ferguson <william.ferguson_at_hubbub.com.au>
Date: 2005-04-28 05:55:51 CEST

I'm writing a client that invokes ra_plugin_t->get_file so I need a stream
to manage the retrieved contents.
I understand that I'm going to have to create a stream, probably via
something like svn_stream_create(), but the compiler complains long before
that with :
[exec] src\c\RepositoryAccess.c(287) : error C2079: 'resourceStream' uses
undefined struct 'svn_stream_t'

even though I have included svn_io.h

How do I gain access to the definition of struct svn_stream_t?

There is a typedef in svn_io.h but it seems that the definition for the
struct itself is hidden away in stream.c

Please be gentle with the replies as I'm a Java not a C developer and am
really only trying to build a Java interface to the RA layer.

William

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 05:56:45 2005

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.