diff options
Diffstat (limited to 'dmake/winnt')
-rw-r--r-- | dmake/winnt/borland/bcc50/public.h | 6 | ||||
-rw-r--r-- | dmake/winnt/microsft/vpp40/public.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dmake/winnt/borland/bcc50/public.h b/dmake/winnt/borland/bcc50/public.h index 2dc392c6e529..3da815e61cf8 100644 --- a/dmake/winnt/borland/bcc50/public.h +++ b/dmake/winnt/borland/bcc50/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:53:14 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:51:34 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,7 +112,7 @@ int Do_touch ANSI((char *, char *, char **)); void Void_lib_cache ANSI((char *, char *)); time_t Do_time ANSI(()); void Do_profile_output ANSI((char *, uint16, CELLPTR)); -int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int)); +int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); char ** Pack_argv ANSI((int, int, char *)); char *Read_env_string ANSI((char *)); int Write_env_string ANSI((char *, char *)); @@ -159,7 +159,7 @@ void dstrlwr ANSI((char *, char *)); time_t seek_arch ANSI((char*, char*)); int touch_arch ANSI((char*, char*)); int If_root_path ANSI((char *)); -int runargv ANSI((CELLPTR, int, int, int, int, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char *)); int Wait_for_child ANSI((int, int)); void Clean_up_processes ANSI(()); time_t CacheStat ANSI((char *, int)); diff --git a/dmake/winnt/microsft/vpp40/public.h b/dmake/winnt/microsft/vpp40/public.h index aba69fb5b71e..ee60bc4bf6e2 100644 --- a/dmake/winnt/microsft/vpp40/public.h +++ b/dmake/winnt/microsft/vpp40/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:53:36 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:52:33 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,7 +112,7 @@ int Do_touch ANSI((char *, char *, char **)); void Void_lib_cache ANSI((char *, char *)); time_t Do_time ANSI(()); void Do_profile_output ANSI((char *, uint16, CELLPTR)); -int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int)); +int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); char ** Pack_argv ANSI((int, int, char *)); char *Read_env_string ANSI((char *)); int Write_env_string ANSI((char *, char *)); @@ -159,7 +159,7 @@ void dstrlwr ANSI((char *, char *)); time_t seek_arch ANSI((char*, char*)); int touch_arch ANSI((char*, char*)); int If_root_path ANSI((char *)); -int runargv ANSI((CELLPTR, int, int, int, int, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char *)); void Clean_up_processes ANSI(()); int Wait_for_child ANSI((int, int)); void Remove_prq ANSI((CELLPTR)); |