cleanup.h (281B)
1 #ifndef _CLEANUP_H_ 2 #define _CLEANUP_H_ 3 4 /* This is here so it can be called from other places 5 even though the function definition is in ledit.c */ 6 void ledit_cleanup(void); 7 void ledit_emergencydump(const char *file, int line, const char *func, const char *failedexpr); 8 9 #endif