Program:	proto

Files:		Makefile
		README
		proto.c

proto creates a file (by default proto.h) which contains all
function declarations found by "ctags -x" of its given arguments.
Static files are not included.

after you made some changes, rerun proto (make proto.h). Beware,
if you didn't execute setup with the "-p" option, every file must
be recompiled!

usage: proto [options] <files>*
options:
		-f <filename>	Create "filename" instead of "proto.h"
		-g <command>	Alternative grep command
		-c <command>	Alternative ctags command
		-v		verbose

Written by HJ. Visscher.
