summaryrefslogtreecommitdiff
path: root/scripts/conv_proto
Commit message (Collapse)AuthorAgeFilesLines
* this script automatically converts the ugly void php3_... prototypesSascha Schumann1999-05-161-0/+30
to PHP_FUNCTION(...) prototypes. Also kills some unnecessary extern declarations in front of function prototypes.