blob: 16a3c3d55427d951f950242e49685a83b262d75e [file] [log] [blame]
/* main_NLM.c
*
* This main is neccessary on NetWare so that libft2 remains resident.
* 2001 Ulrich Neumann
*
*/
#include <advanced.h>
#include <stdlib.h>
void main(void)
{
ExitThread(TSR_THREAD, 0); /*so libft2´s symbols remain resident in symbol table*/
}