~ubuntu-branches/ubuntu/raring/freerdp/raring-proposed

« back to all changes in this revision

Viewing changes to dfb/dfb_win.h

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-06-23 21:39:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100623213909-bb9pvvv03913tdv6
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __DFB_WIN_H
 
3
#define __DFB_WIN_H
 
4
 
 
5
#include <freerdp/freerdp.h>
 
6
 
 
7
void
 
8
dfb_init(int *argc, char *(*argv[]));
 
9
int
 
10
dfb_pre_connect(rdpInst * inst);
 
11
int
 
12
dfb_post_connect(rdpInst * inst);
 
13
void
 
14
dfb_uninit(void * dfb_info);
 
15
int
 
16
dfb_get_fds(rdpInst * inst, void ** read_fds, int * read_count,
 
17
        void ** write_fds, int * write_count);
 
18
int
 
19
dfb_check_fds(rdpInst * inst);
 
20
 
 
21
#endif /* __DFB_WIN_H */