]> git.marmaro.de Git - mmh/blobdiff - sbr/done.c
Refactor cts pointer and free()ing on abnormal exit of associated list
[mmh] / sbr / done.c
index cf2e3080ad668a39c81b1a546536fccad72e13b4..bcc258ccf104cdc136b6ab00ec0d53113a81c61c 100644 (file)
 
 #include <h/mh.h>
 
+int (*done) (int) = default_done;
+
 int
-done (int status)
+default_done (int status)
 {
     exit (status);
     return 1;  /* dead code to satisfy the compiler */