Disable all code related to libXp
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / dti_excs / terminate.hh
1 // $XConsortium: terminate.hh /main/3 1996/06/11 16:52:15 cde-hal $
2 #ifndef _terminate_hh
3 #define _terminate_hh
4
5 void (*set_terminate (void(*)()))();
6 void terminate();
7
8 #endif /* _terminate_hh */
9 /* DO NOT ADD ANY LINES AFTER THIS #endif */