3c676b6 convert the post-save support into generic hooks

Authored and Committed by Nalin Dahyabhai 12 years ago
    convert the post-save support into generic hooks
    
    We're about to add pre-save hooks, so convert the post-save mechanism
    into a launch-a-specific-hook mechanism.
    
        
file modified
+2 -2
src/hook.c src/postsave.c
file renamed
+42 -29
src/hook.h src/postsave.h
file renamed
+14 -10
file modified
+11 -11