/****************************************************************************** **** Set Tab Size to 4 to edit this file. Check that the two following lines ** **** appear the same: *** ** # # # # # # # # # # ** # # # # # # # # # # ******************************************************************************* FILE: ProDllInit.h ******************************************************************************/ /* -------------------- see bottom for usage notes ----------------- */ # ifndef PRODLLINIT_H # define PRODLLINIT_H # include <ProToolkit.h> PRO_BEGIN_C_DECLS void ProDllConnect (); /* Purpose: This function is reserved for internal use. */ PRO_END_C_DECLS # endif /* PRODLLINIT_H */