/[mailutils]/mailutils/mailbox/monitor.c
ViewVC logotype

Diff of /mailutils/mailbox/monitor.c

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

revision 1.10 by polak, Sun Feb 9 20:39:58 2003 UTC revision 1.11 by gray, Sun Mar 23 22:49:54 2003 UTC
# Line 192  monitor_unlock (monitor_t monitor) Line 192  monitor_unlock (monitor_t monitor)
192  }  }
193    
194  int  int
195  monitor_wait (monitor_t monitor)  monitor_wait (monitor_t monitor ARG_UNUSED)
196  {  {
   (void)monitor;  
197    return ENOSYS;    return ENOSYS;
198  }  }
199    
200  int  int
201  monitor_notify (monitor_t monitor)  monitor_notify (monitor_t monitor ARG_UNUSED)
202  {  {
   (void)monitor;  
203    return ENOSYS;    return ENOSYS;
204  }  }
205    

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

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