/[lwip]/lwip/src/include/lwip/sys.h
ViewVC logotype

Diff of /lwip/src/include/lwip/sys.h

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

revision 1.9 by likewise, Mon Feb 17 10:13:00 2003 UTC revision 1.10 by davidhaas, Tue Feb 18 19:27:48 2003 UTC
# Line 91  void sys_init(void); Line 91  void sys_init(void);
91   *   *
92   */   */
93  void sys_timeout(u32_t msecs, sys_timeout_handler h, void *arg);  void sys_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
94  void sys_timeout_remove(sys_timeout_handler h, void *arg);  void sys_untimeout(sys_timeout_handler h, void *arg);
95  struct sys_timeouts *sys_arch_timeouts(void);  struct sys_timeouts *sys_arch_timeouts(void);
96    
97  /* Semaphore functions. */  /* Semaphore functions. */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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