way cool!!  i committed your patch, with one change being a reverse sort
of hashes so we end up with something very nice:

  {
    'return_type' => 'int',
    'name' => 'ap_allow_options',
    'args' => [
      {
        'type' => 'request_rec *',
        'name' => 'r'
      }
    ]
  },

which is the same order of things we see in the function prototype:
int allow_options(request_rec *r);

and similar for structures:

  {
    'type' => 'process_rec',
    'elts' => [
      {
        'type' => 'apr_pool_t *',
        'name' => 'pool'
      },
     ...

good work stas!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to