2 /*----------------------------------------------------------------------------------------------------------------------------------
3 Module : vms.h for Fvwm on Open VMS
4 Author : Fabien Villard (Villard_F@Decus.Fr)
6 Action : specials functions and constants for running Fvwm with OpenVms.
7 ----------------------------------------------------------------------------------------------------------------------------------*/
17 #define VMS_MAX_ARGUMENT_IN_CMD 255 /* - Maximum number in a command passed to builtin functions - */
19 void VMS_msg(int type
,char *id
,char *msg
,...);
20 void VMS_SplitCommand(char *cmd
, char **argums
, int maxArgums
, int *nbArgums
);
21 int VMS_select_pipes(int nbPipes
, fd_set
*readFds
, fd_set
*writeFds
, fd_set
*filler
, struct timeval
*timeoutVal
);