Changeset 20 for trunk/opcode_spec.h

Show
Ignore:
Timestamp:
05/25/2006 04:38:27 AM (7 years ago)
Author:
moo
Message:

get* proto changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opcode_spec.h

    r1 r20  
    3939 
    4040const xc_opcode_spec_t *xc_get_opcode_spec(zend_uchar opcode); 
    41 int xc_get_opcode_spec_count(); 
    42 int xc_get_op_spec_count(); 
     41zend_uchar xc_get_opcode_spec_count(); 
     42zend_uchar xc_get_op_spec_count(); 
    4343const char *xc_get_op_spec(zend_uchar spec);