ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/makeextprotos-sed
(Generate patch)

Comparing rxvt-unicode/src/makeextprotos-sed (file contents):
Revision 1.1 by pcg, Mon Nov 24 17:28:08 2003 UTC vs.
Revision 1.2 by pcg, Mon Nov 24 17:31:27 2003 UTC

1# Get prototypes from a .c file 1# Get prototypes from a .c file
2# $Id: makeextprotos-sed,v 1.1 2003/11/24 17:28:08 pcg Exp $ 2# $Id: makeextprotos-sed,v 1.2 2003/11/24 17:31:27 pcg Exp $
3# /* EXTPROTO */ must be above return type which are above function. 3# /* EXTPROTO */ must be above return type which are above function.
4# Args are on one line 4# Args are on one line
5# eg. 5# eg.
6# /* EXTPROTO */ 6# /* EXTPROTO */
7# void ------> void main(int argc, char **argv); 7# void ------> void main(int argc, char **argv);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines