/[pengfork]/pengfork/include/p3/p3.h
ViewVC logotype

Diff of /pengfork/include/p3/p3.h

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

revision 1.5 by chupa, Wed Sep 11 15:39:32 2002 UTC revision 1.6 by chupa, Tue Dec 3 18:38:14 2002 UTC
# Line 44  struct p3state Line 44  struct p3state
44    
45  extern struct p3state cli, srv;  extern struct p3state cli, srv;
46  extern window_t wsend, wunack, wnack;  extern window_t wsend, wunack, wnack;
47    extern int ping_sent;
48    
49  void p3_register_to_engine (const access_t * myaccess);  void p3_register_to_engine (const access_t * myaccess);
50  int p3_ready ();  int p3_ready ();
51  void p3_init (buffer_t * bufin, buffer_t * bufout);  void p3_init (buffer_t * bufin, buffer_t * bufout);
52    int p3_end (buffer_t * bufin, buffer_t * bufout);
53  int p3_want_write(buffer_t * out);  int p3_want_write(buffer_t * out);
54  void p3_recv (buffer_t * bufin);  void p3_recv (buffer_t * bufin);
55  void p3_timeout(buffer_t *bufin, buffer_t *bufout, int timeout);  void p3_timeout(buffer_t *bufin, buffer_t *bufout, int timeout);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26