home *** CD-ROM | disk | FTP | other *** search
- #include "/modepro.h"
-
- /*
- // things to do if MPP is already running
- void PrefsInit(void)
- {
- struct MsgPort *rp;
-
- if(rp=CreateMsgPort())
- {
- if(Arg_Import)
- {
- struct MPMessage import;
-
- import.mp_Message.mn_Length=sizeof(import);
- import.mp_Message.mn_Length=rp;
- import.Command=MPTD_IMPORT;
- import.Data=Arg_Import;
-
- PutMsg(&MPSem->PrefsToDoPort,&import);
- WaitPort(rp);
- }
- DeleteMsgPort(rp);
- }
- }
-
- */