void nd_main_safe_exit (void); |
The function causes Netdude to exit. If there are any modified traces still open, the exit dialog is shown for confirmation.
void nd_main_unsafe_exit (void); |
The function causes Netdude to exit immediately, without
checking for unsaved files etc. Called by nd_main_safe_exit()
when there are no unsaved traces.