/[anubis]/anubis/src/quit.c
ViewVC logotype

Diff of /anubis/src/quit.c

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

revision 1.12 by polak, Thu Aug 21 23:39:29 2003 UTC revision 1.13 by gray, Sun Aug 24 16:14:49 2003 UTC
# Line 25  Line 25 
25  #include "headers.h"  #include "headers.h"
26  #include "extern.h"  #include "extern.h"
27    
28  void  RETSIGTYPE
29  sig_exit(int code)  sig_exit(int code)
30  {  {
31          info(NORMAL, _("Signal Caught. Exiting Cleanly..."));          info(NORMAL, _("Signal Caught. Exiting Cleanly..."));
32          quit(code);          quit(code);
33  }  }
34    
35  void  RETSIGTYPE
36  sig_timeout(int code)  sig_timeout(int code)
37  {  {
38          info(NORMAL, _("Timeout! Exiting..."));          info(NORMAL, _("Timeout! Exiting..."));

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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