~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to packages/base/libc/argph.inc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
type
48
48
  Pargp_state = ^argp_state;
49
49
  Pargp_child = ^argp_child;
50
 
    
 
50
 
51
51
  argp_parser_t = function (key:longint; arg:Pchar; state:Pargp_state):error_t;cdecl;
52
52
 
53
53
   Pargp = ^argp;
88
88
 
89
89
type
90
90
  TArgPProgramVersionHook = procedure(__stream: PFILE; __state: pargp_state); cdecl;
91
 
  
92
 
  
93
 
 
94
 
function argp_parse(__argp:Pargp; __argc:longint; __argv:PPchar; __flags:dword; __arg_index:Plongint; 
 
91
 
 
92
 
 
93
 
 
94
function argp_parse(__argp:Pargp; __argc:longint; __argv:PPchar; __flags:dword; __arg_index:Plongint;
95
95
           __input:pointer):error_t;cdecl;external clib name 'argp_parse';
96
 
function __argp_parse(__argp:Pargp; __argc:longint; __argv:PPchar; __flags:dword; __arg_index:Plongint; 
 
96
function __argp_parse(__argp:Pargp; __argc:longint; __argv:PPchar; __flags:dword; __arg_index:Plongint;
97
97
           __input:pointer):error_t;cdecl;external clib name '__argp_parse';
98
98
var
99
99
  argp_program_version : Pchar;cvar;external;
142
142
    Borland compatibility types
143
143
  ---------------------------------------------------------------------}
144
144
 
145
 
Type  
 
145
Type
146
146
  TArgP = argp;
147
147
 
148
148
  TArgPOption = argp_option;
152
152
  PArgPState = ^TArgPState;
153
153
  TArgPChild = argp_child;
154
154
  PArgPChild = ^TArgPChild;
155
 
    
 
 
b'\\ No newline at end of file'
 
155