~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to libfreerdp/iso.h

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-10-25 14:29:02 UTC
  • mto: (9.1.1 sid) (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101025142902-j8hmshnnxhu61l4m
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
iso_recv(rdpIso * iso, isoRecvType * ptype);
52
52
RD_BOOL
53
53
iso_connect(rdpIso * iso, char * server, char * username, int port);
54
 
RD_BOOL
55
 
iso_reconnect(rdpIso * iso, char * server, int port);
56
54
void
57
55
iso_disconnect(rdpIso * iso);
58
56
rdpIso *