~ubuntu-branches/ubuntu/precise/libxfont/precise-updates

« back to all changes in this revision

Viewing changes to src/fc/fsio.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2007-07-18 16:46:59 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20070718164659-hbs3149rix062etp
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
extern Bool _fs_reopen_server ( FSFpePtr conn );
134
134
extern int _fs_write ( FSFpePtr conn, char *data, long size );
135
135
extern int _fs_write_pad ( FSFpePtr conn, char *data, long len );
136
 
extern int _fs_data_ready ( FSFpePtr conn );
137
136
extern int _fs_wait_for_readable ( FSFpePtr conn, int ms );
138
 
extern int _fs_set_bit ( fd_set * mask, int fd );
139
 
extern int _fs_is_bit_set ( fd_set * mask, int fd );
140
 
extern void _fs_bit_clear ( fd_set * mask, int fd );
141
 
extern int  _fs_any_bit_set ( fd_set * mask );
142
 
extern void _fs_or_bits ( fd_set * dst, fd_set * m1, fd_set * m2 );
143
137
extern long _fs_pad_length (long len);
144
138
 
145
139
extern void _fs_connection_died ( FSFpePtr conn );
146
140
 
147
 
extern int  _fs_fill (FSFpePtr conn);
148
141
extern int  _fs_flush (FSFpePtr conn);
149
142
extern void _fs_mark_block (FSFpePtr conn, CARD32 mask);
150
143
extern void _fs_unmark_block (FSFpePtr conn, CARD32 mask);