/[pengfork]/pengfork/src/cable/cable.c
ViewVC logotype

Diff of /pengfork/src/cable/cable.c

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

revision 1.4 by chupa, Thu Sep 12 08:44:49 2002 UTC revision 1.5 by chupa, Sun Dec 1 01:19:07 2002 UTC
# Line 55  const access_t cable_access = (access_t) Line 55  const access_t cable_access = (access_t)
55  int  int
56  cable_connect ()  cable_connect ()
57  {  {
58    return tcpip_connect();    return tcpip_connect ();
59  }  }
60    
61  int  int
62  cable_close ()  cable_close ()
63  {  {
64    return tcpip_close();    return tcpip_close ();
65  }  }
66    
67  int  int
68  cable_connected ()  cable_connected ()
69  {  {
70    return tcpip_connected();    return tcpip_connected ();
71  }  }
72    
73  #endif  #endif

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

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