/[rdesktop]/sourceforge.net/trunk/rdesktop/proto.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/proto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1376 by jsorg71, Mon Jan 8 04:47:06 2007 UTC revision 1377 by jsorg71, Thu Jan 11 03:30:18 2007 UTC
# Line 101  void printercache_process(STREAM s); Line 101  void printercache_process(STREAM s);
101  /* pstcache.c */  /* pstcache.c */
102  void pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp);  void pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp);
103  RD_BOOL pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx);  RD_BOOL pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx);
104  RD_BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint8 width, uint8 height,  RD_BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint8 width,
105                               uint16 length, uint8 * data);                               uint8 height, uint16 length, uint8 * data);
106  int pstcache_enumerate(uint8 id, HASH_KEY * keylist);  int pstcache_enumerate(uint8 id, HASH_KEY * keylist);
107  RD_BOOL pstcache_init(uint8 cache_id);  RD_BOOL pstcache_init(uint8 cache_id);
108  /* rdesktop.c */  /* rdesktop.c */
# Line 120  void hexdump(unsigned char *p, unsigned Line 120  void hexdump(unsigned char *p, unsigned
120  char *next_arg(char *src, char needle);  char *next_arg(char *src, char needle);
121  void toupper_str(char *p);  void toupper_str(char *p);
122  RD_BOOL str_startswith(const char *s, const char *prefix);  RD_BOOL str_startswith(const char *s, const char *prefix);
123  RD_BOOL str_handle_lines(const char *input, char **rest, str_handle_lines_t linehandler, void *data);  RD_BOOL str_handle_lines(const char *input, char **rest, str_handle_lines_t linehandler,
124                             void *data);
125  RD_BOOL subprocess(char *const argv[], str_handle_lines_t linehandler, void *data);  RD_BOOL subprocess(char *const argv[], str_handle_lines_t linehandler, void *data);
126  char *l_to_a(long N, int base);  char *l_to_a(long N, int base);
127  int load_licence(unsigned char **data);  int load_licence(unsigned char **data);
# Line 194  void sec_reset_state(void); Line 195  void sec_reset_state(void);
195  /* serial.c */  /* serial.c */
196  int serial_enum_devices(uint32 * id, char *optarg);  int serial_enum_devices(uint32 * id, char *optarg);
197  RD_BOOL serial_get_event(RD_NTHANDLE handle, uint32 * result);  RD_BOOL serial_get_event(RD_NTHANDLE handle, uint32 * result);
198  RD_BOOL serial_get_timeout(RD_NTHANDLE handle, uint32 length, uint32 * timeout, uint32 * itv_timeout);  RD_BOOL serial_get_timeout(RD_NTHANDLE handle, uint32 length, uint32 * timeout,
199                               uint32 * itv_timeout);
200  /* tcp.c */  /* tcp.c */
201  STREAM tcp_init(uint32 maxlen);  STREAM tcp_init(uint32 maxlen);
202  void tcp_send(STREAM s);  void tcp_send(STREAM s);

Legend:
Removed from v.1376  
changed lines
  Added in v.1377

  ViewVC Help
Powered by ViewVC 1.1.26