~ubuntu-branches/debian/lenny/dmake/lenny

« back to all changes in this revision

Viewing changes to unix/sysvr3/gnu/public.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2008-03-10 17:28:50 UTC
  • mfrom: (1.2.2 upstream) (3.1.10 hardy)
  • Revision ID: james.westby@ubuntu.com-20080310172850-esj2t7qyrv00dcy8
Tags: 1:4.12-1
new upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* RCS  $Id: public.h,v 1.6.8.1 2006/07/31 02:47:59 vq Exp $
 
1
/* RCS  $Id: public.h,v 1.9 2007/10/15 15:56:54 ihi Exp $
2
2
-- WARNING  -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
3
3
--
4
4
--
110
110
void Void_lib_cache ANSI((char *, char *));
111
111
time_t Do_time ANSI(());
112
112
void Do_profile_output ANSI((char *, uint16, CELLPTR));
113
 
int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int));
114
 
char ** Pack_argv ANSI((int, int, char *));
 
113
int Do_cmnd ANSI((char **, int, int, CELLPTR, t_attr, int));
 
114
char ** Pack_argv ANSI((int, int, char **));
115
115
char *Read_env_string ANSI((char *));
116
116
int Write_env_string ANSI((char *, char *));
117
117
void ReadEnvironment ANSI(());
157
157
void void_lcache ANSI(( char *, char *));
158
158
int If_root_path ANSI((char *));
159
159
void Remove_prq ANSI((CELLPTR));
160
 
int runargv ANSI((CELLPTR, int, int, int, int, char *));
 
160
int runargv ANSI((CELLPTR, int, int, t_attr, char **));
161
161
int Wait_for_child ANSI((int, int));
162
162
void Clean_up_processes ANSI(());
163
163
time_t CacheStat ANSI((char *, int));